first commit
This commit is contained in:
24
include/modules/script_squirrel/cobject/quaternion_decl.h
Normal file
24
include/modules/script_squirrel/cobject/quaternion_decl.h
Normal file
@ -0,0 +1,24 @@
|
||||
/* -----------------------------------------------------------------------------
|
||||
nEngine - GSFramework
|
||||
Copyright 2001-2012 Emmanuel Julien. All Rights Reserved.
|
||||
----------------------------------------------------------------------------- */
|
||||
|
||||
|
||||
#ifndef __COBJECT_QUATERNION_DECL__
|
||||
#define __COBJECT_QUATERNION_DECL__
|
||||
|
||||
|
||||
#include "script_squirrel/cobject/squirrel_bindings_utils.h"
|
||||
|
||||
#ifndef _T
|
||||
#define _T
|
||||
#endif
|
||||
|
||||
struct nQuaternion;
|
||||
|
||||
|
||||
_DECL_CLASS(Quaternion)
|
||||
_DECL_NATIVE_CONSTRUCTION(Quaternion, nQuaternion)
|
||||
|
||||
|
||||
#endif // __COBJECT_QUATERNION_DECL__
|
||||
Reference in New Issue
Block a user