diff options
Diffstat (limited to 'Runtime/Math/ITransData.h')
-rw-r--r-- | Runtime/Math/ITransData.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Runtime/Math/ITransData.h b/Runtime/Math/ITransData.h new file mode 100644 index 0000000..bda81e5 --- /dev/null +++ b/Runtime/Math/ITransData.h @@ -0,0 +1,7 @@ +//#pragma once
+//
+//class ITransData
+//{
+//public:
+// virtual int GetDataSize() = 0;
+//};
|