mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
Minor code cleanup
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user