openmv/drivers/dave2d/include/dave_viewport.h
iabdalkader daf2bb30da misc: Restructure repo.
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
2025-04-13 08:28:34 +02:00

22 lines
796 B
C

/*--------------------------------------------------------------------------
* Project: D/AVE
* File: dave_viewport.h (%version: 3 %)
* created Thu Jan 13 10:19:50 2005 by hh04027
*
* Description:
* %date_modified: Mon Jan 23 16:34:02 2006 % (%derived_by: hh04027 %)
*
* Changes:
* 2008-01-14 ASc changed comments from C++ to C, removed tabs
* 2012-09-25 BSp MISRA cleanup
*-------------------------------------------------------------------------- */
#ifndef __1_dave_viewport_h_H
#define __1_dave_viewport_h_H
/*--------------------------------------------------------------------------- */
D2_EXTERN d2_s32 d2_clipbbox_intern( const d2_devicedata *handle, d2_bbox *box );
/*--------------------------------------------------------------------------- */
#endif