You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
224 B
11 lines
224 B
#ifndef _DXSQUIRREL_BINDS_H_
|
|
#define _DXSQUIRREL_BINDS_H_
|
|
|
|
_DECL_STATIC_NAMESPACE(DX);
|
|
_DECL_CLASS(Device);
|
|
_DECL_CLASS(Vector3);
|
|
_DECL_CLASS(Matrix);
|
|
_DECL_CLASS(BaseMesh);
|
|
_DECL_CLASS(Mesh);
|
|
|
|
#endif //_DXSQUIRREL_BINDS_H_
|