[Fix] Adding newline at the end of files.
This commit is contained in:
parent
640a0f23c9
commit
ee7e8a1409
@ -99,3 +99,4 @@ Button* ButtonGroup::GetButton(int index) {
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
@ -34,3 +34,4 @@ private:
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -52,3 +52,4 @@ NPC* WorldManager::GetNPC(int index) {
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
@ -18,3 +18,4 @@ public:
|
||||
private:
|
||||
std::list<NPC*> _npcs;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user