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