21 lines
555 B
C++
21 lines
555 B
C++
/* -----------------------------------------------------------------------------
|
|
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__
|