Begin integrating Neko support
This commit is contained in:
20
project/include/vm/Neko.h
Normal file
20
project/include/vm/Neko.h
Normal file
@@ -0,0 +1,20 @@
|
||||
#ifndef LIME_VM_NEKO_H
|
||||
#define LIME_VM_NEKO_H
|
||||
|
||||
|
||||
namespace lime {
|
||||
|
||||
|
||||
class Neko {
|
||||
|
||||
public:
|
||||
|
||||
static void Execute (const char *module);
|
||||
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user