Updated TODO tags

This commit is contained in:
Kayne Ruse
2015-01-23 03:34:53 +11:00
parent 0bdafe7e15
commit a18577665a
6 changed files with 19 additions and 21 deletions
+2 -2
View File
@@ -27,12 +27,12 @@
static int create(lua_State* L) {
WaypointManager* mgr = static_cast<WaypointManager*>(lua_touserdata(L, 1));
//TODO
//TODO: create
}
static int unload(lua_State* L) {
WaypointManager* mgr = static_cast<WaypointManager*>(lua_touserdata(L, 1));
//TODO
//TODO: create
}
static int getWaypoint(lua_State* L) {