Switched TODO: empty to TODO: *function name*

This commit is contained in:
Kayne Ruse
2015-02-27 03:27:37 +11:00
parent 1210d2d24f
commit c45bda645b
12 changed files with 33 additions and 33 deletions
+1 -1
View File
@@ -22,5 +22,5 @@
#include "server_application.hpp"
void ServerApplication::hMonsterDamage(MonsterPacket* const argPacket) {
//TODO: (9) empty
//TODO: (9) ServerApplication::hMonsterDamage()
}