Begin work on Module support

This commit is contained in:
Joshua Granick
2014-06-26 07:37:15 -07:00
parent edf34475e2
commit dd91d80b2e
7 changed files with 46 additions and 12 deletions

View File

@@ -1,11 +1,11 @@
#ifndef LIME_VM_NEKO_H
#define LIME_VM_NEKO_H
#ifndef LIME_VM_NEKOVM_H
#define LIME_VM_NEKOVM_H
namespace lime {
class Neko {
class NekoVM {
public: