Initial pass on renaming project code to lime

This commit is contained in:
Joshua Granick
2013-11-27 18:05:59 -08:00
parent 00407203fa
commit b2da64c536
177 changed files with 1902 additions and 1900 deletions

View File

@@ -1,7 +1,7 @@
#ifndef NME_OBJECT_H
#define NME_OBJECT_H
#ifndef LIME_OBJECT_H
#define LIME_OBJECT_H
namespace nme
namespace lime
{
class Object
@@ -18,7 +18,7 @@ protected:
int mRefCount;
};
} // end namespace nme
} // end namespace lime
#endif