20 lines
477 B
C
20 lines
477 B
C
/* -----------------------------------------------------------------------------
|
|
GSFramework
|
|
Copyright 2001-2013 Emmanuel Julien. All Rights Reserved.
|
|
----------------------------------------------------------------------------- */
|
|
|
|
|
|
#ifndef __COBJECT_UV_DECL__
|
|
#define __COBJECT_UV_DECL__
|
|
|
|
|
|
#include "script_squirrel/cobject/squirrel_bindings_utils.h"
|
|
#include "math/vector.h"
|
|
|
|
|
|
_DECL_CLASS(UV)
|
|
_DECL_NATIVE_CONSTRUCTION(UV, GS::Vector2)
|
|
|
|
|
|
#endif // __COBJECT_UV_DECL__
|