Got rid of AnimView, added Gui
This commit is contained in:
@@ -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.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user