HatchitScript
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 Engine Copyright(c) 2015 Third-Degree.
Definition: ht_pyengine.h:21
Definition: ht_script.h:24
Definition: ht_pyscript.h:24