Add ecs ComponentListener
- Add ecs ComponentListener which listens to Component addition and removal - Add RefCounter class used to keep track of moves and copies
This commit is contained in:
@@ -16,10 +16,9 @@ int main(int argc, char** argv)
|
||||
Copium::Application application;
|
||||
while (application.Update())
|
||||
{
|
||||
glfwPollEvents();
|
||||
|
||||
Copium::EventDispatcher::Dispatch();
|
||||
Copium::Input::Update();
|
||||
glfwPollEvents();
|
||||
Copium::EventDispatcher::Dispatch();
|
||||
}
|
||||
}
|
||||
Copium::Vulkan::Destroy();
|
||||
|
||||
Reference in New Issue
Block a user