SDLPP: Scene - add visitCollisions function

This commit is contained in:
2021-04-25 16:07:46 +02:00
parent 5b96de0d9d
commit 7206dbf7c3
5 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ public:
void addColided( std::shared_ptr< RenderObject > &obj );
std::vector< std::shared_ptr< RenderObject > > &getColidedWith();
void setId( uint64_t input_id );
uint64_t getId();
uint64_t getId() const;
void setHidden( bool hid );
bool getHidden() const;
void destroy();