mirror of
https://github.com/Ragora/T2-CPP.git
synced 2026-03-29 09:09:17 +00:00
Experimental BinaryObject implementation -- Only Read support; unfinished
This commit is contained in:
parent
4c0f51b22b
commit
b0702cf70f
9 changed files with 458 additions and 1 deletions
|
|
@ -0,0 +1,12 @@
|
|||
#pragma once
|
||||
|
||||
#include <DXAPI/SimObject.h>
|
||||
|
||||
namespace DX
|
||||
{
|
||||
class ScriptObject : public SimObject
|
||||
{
|
||||
public:
|
||||
ScriptObject(unsigned int obj);
|
||||
};
|
||||
} // End NameSpace DX
|
||||
Loading…
Add table
Add a link
Reference in a new issue