initial commit
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
#ifndef HYDRAOBJECT
|
||||
#define HYDRAOBJECT
|
||||
#include "../HydraDefines.h"
|
||||
//#include "HydraEngine.h"
|
||||
|
||||
#include <string>
|
||||
#include <iostream>
|
||||
#include <assert.h>
|
||||
|
||||
class HydraEngine;
|
||||
|
||||
class CLASS_DEFINE HydraObject
|
||||
{
|
||||
private:
|
||||
public:
|
||||
class HydraEngine* const GetEngine();
|
||||
void DebugLog(std::string log_entry);
|
||||
void ClearLog();
|
||||
};
|
||||
|
||||
|
||||
#endif /* HYDRAOBJECT */
|
||||
Reference in New Issue
Block a user