Begin refactor, add documentation
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#include "Lua.h"
|
||||
#include "../Util.h"
|
||||
|
||||
#ifdef LUA_SCRIPTING
|
||||
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
#ifndef LUA_H
|
||||
#define LUA_H
|
||||
|
||||
#include "Input.h"
|
||||
#include "Util.h"
|
||||
#include "../Input.h"
|
||||
|
||||
#ifdef LUA_SCRIPTING
|
||||
// Lua includes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#ifndef SCRIPTINGLANGUAGE_H
|
||||
#define SCRIPTINGLANGUAGE_H
|
||||
|
||||
#include "types.h"
|
||||
#include "../types.h"
|
||||
|
||||
class ScriptingLanguage {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user