First commit.
This commit is contained in:
20
include/Database/DVar.h
Normal file
20
include/Database/DVar.h
Normal file
@@ -0,0 +1,20 @@
|
||||
#pragma once
|
||||
|
||||
#include "../EHS.h"
|
||||
#include "../BaseObj.h"
|
||||
#include "../Str.h"
|
||||
|
||||
namespace lwe
|
||||
{
|
||||
enum class DType : UInt_8
|
||||
{
|
||||
|
||||
};
|
||||
|
||||
class DVar : public BaseObj
|
||||
{
|
||||
private:
|
||||
Str_8 id;
|
||||
UInt_64 hashId;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user