HatchitScript
Main Page
Related Pages
Namespaces
Classes
Files
File List
include
ht_scriptengine.h
1
15
#pragma once
16
17
#include <ht_platform.h>
18
19
namespace
Hatchit
{
20
21
namespace
Script {
22
23
class
HT_API
IScriptEngine
24
{
25
public
:
26
virtual
~
IScriptEngine
() { };
27
28
virtual
void
VInitialize() = 0;
29
30
virtual
void
VDeInitialize() = 0;
31
};
32
33
}
34
35
}
Hatchit
Hatchit Engine Copyright(c) 2015 Third-Degree.
Definition:
ht_pyengine.h:21
Hatchit::Script::IScriptEngine
Definition:
ht_scriptengine.h:23
Generated by
1.8.11