renderiranje - nazaj na singlethreaded ker me SDL ne mara :(
This commit is contained in:
13
include/game/player.hpp
Normal file
13
include/game/player.hpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include <object/entity.hpp>
|
||||
|
||||
namespace Game::AGame {
|
||||
class Player : public Object::Entity {
|
||||
using Object::Entity::Entity;
|
||||
|
||||
public:
|
||||
void start() override;
|
||||
void update() override;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user