mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
22 lines
796 B
C
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
|