Minor code cleanup

This commit is contained in:
Alex Szpakowski
2014-05-01 14:12:21 -03:00
parent e667485f68
commit e4dc533bb2
26 changed files with 112 additions and 110 deletions
+8 -5
View File
@@ -25,15 +25,16 @@
#include <string>
// LOVE
#include <common/Data.h>
#include <common/Object.h>
#include <common/Variant.h>
#include <thread/threads.h>
#include "common/Data.h"
#include "common/Object.h"
#include "common/Variant.h"
#include "threads.h"
namespace love
{
namespace thread
{
class LuaThread : public love::Object, public Threadable
{
public:
@@ -55,7 +56,9 @@ private:
Variant **args;
int nargs;
};
}; // LuaThread
} // thread
} // love