updated from love-android

This commit is contained in:
Martin Felis
2014-01-12 22:25:39 +01:00
parent 78cb9c5539
commit ab51b4cc9b
13 changed files with 68 additions and 43 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ Module::~Module()
void Module::registerInstance(Module *instance)
{
if (instance == nullptr)
throw Exception("Module instance is NULL");
throw Exception("Module instance is null");
std::string name(instance->getName());
-1
View File
@@ -22,7 +22,6 @@
#define LOVE_MODULE_H
// LOVE
#include "runtime.h"
#include "Exception.h"
#include "Object.h"