Home
last modified time | relevance | path

Searched refs:ghost_objects_ (Results 1 – 2 of 2) sorted by relevance

/dports/games/frogatto/frogatto-1.3.1/src/
H A Deditor.cpp874 lvl_->swap_chars(ghost_objects_); in process_ghost_objects()
886 lvl_->swap_chars(ghost_objects_); in process_ghost_objects()
895ghost_objects_.erase(std::remove(ghost_objects_.begin(), ghost_objects_.end(), entity_ptr()), ghos… in process_ghost_objects()
900 foreach(entity_ptr c, ghost_objects_) { in remove_ghost_objects()
1251 ghost_objects_.push_back(clone); in process()
1255 lvl_->swap_chars(ghost_objects_); in process()
1257 lvl_->swap_chars(ghost_objects_); in process()
1263 ghost_objects_.clear(); in process()
1292 ghost_objects_.clear(); in process()
1748 ghost_objects_.clear(); in handle_object_dragging()
[all …]
H A Deditor.hpp338 std::vector<entity_ptr> ghost_objects_; member in editor