first commit
This commit is contained in:
@ -0,0 +1,20 @@
|
||||
/* -----------------------------------------------------------------------------
|
||||
GSFramework
|
||||
Copyright 2001-2013 Emmanuel Julien. All Rights Reserved.
|
||||
----------------------------------------------------------------------------- */
|
||||
|
||||
|
||||
#ifndef __COBJECT_GEOMETRY_TEMPLATE_DECL__
|
||||
#define __COBJECT_GEOMETRY_TEMPLATE_DECL__
|
||||
|
||||
|
||||
#include "script_squirrel/cobject/squirrel_bindings_utils.h"
|
||||
|
||||
|
||||
class nGeometryTemplate;
|
||||
|
||||
_DECL_CLASS(GeometryTemplate)
|
||||
_DECL_NATIVE_CONSTRUCTION(GeometryTemplate, nGeometryTemplate)
|
||||
|
||||
|
||||
#endif // __COBJECT_GEOMETRY_TEMPLATE_DECL__
|
||||
Reference in New Issue
Block a user