mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-04-22 02:47:24 +00:00
12 lines
224 B
C
12 lines
224 B
C
#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_
|