mirror of
https://github.com/zoriya/Bomberman.git
synced 2025-12-21 13:55:10 +00:00
Adding a movable system/component
This commit is contained in:
15
lib/wal/sources/System/System.cpp
Normal file
15
lib/wal/sources/System/System.cpp
Normal file
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// Created by Zoe Roux on 5/17/21.
|
||||
//
|
||||
|
||||
#include "System.hpp"
|
||||
|
||||
namespace WAL
|
||||
{
|
||||
|
||||
void System::onUpdate(Entity &entity, std::chrono::nanoseconds dtime)
|
||||
{}
|
||||
|
||||
void System::onFixedUpdate(Entity &entity)
|
||||
{}
|
||||
}
|
||||
Reference in New Issue
Block a user