Got rid of AnimView, added Gui

This commit is contained in:
2021-02-07 13:38:29 -05:00
parent 0721d29c72
commit 1ff94e2591
13 changed files with 118 additions and 123 deletions

View File

@@ -82,12 +82,11 @@ public:
//
lua_State *get_lua_state() { return lua_state_; }
// update_view_map
// get_near
//
// Update the view map with information about all the tangibles near
// the specified player.
// Get a list of the tangibles that are near the player.
//
void update_view_map(AnimViewMap *vm, int64_t player_id, float radius);
std::vector<int64_t> get_near(int64_t player_id, float radius);
// Make a tangible.
//