[Fix] Adding newline at the end of files.

This commit is contained in:
Rtch90 2012-01-11 02:27:39 +00:00
parent 640a0f23c9
commit ee7e8a1409
4 changed files with 4 additions and 0 deletions

View File

@ -99,3 +99,4 @@ Button* ButtonGroup::GetButton(int index) {
} }
return NULL; return NULL;
} }

View File

@ -34,3 +34,4 @@ private:
}; };
#endif #endif

View File

@ -52,3 +52,4 @@ NPC* WorldManager::GetNPC(int index) {
} }
return NULL; return NULL;
} }

View File

@ -18,3 +18,4 @@ public:
private: private:
std::list<NPC*> _npcs; std::list<NPC*> _npcs;
}; };