Experimental BinaryObject implementation -- Only Read support; unfinished

This commit is contained in:
Robert MacGregor 2014-09-06 18:38:02 -04:00
parent 4c0f51b22b
commit b0702cf70f
9 changed files with 458 additions and 1 deletions

View file

@ -0,0 +1,12 @@
#pragma once
#include <DXAPI/SimObject.h>
namespace DX
{
class ScriptObject : public SimObject
{
public:
ScriptObject(unsigned int obj);
};
} // End NameSpace DX