Initialize basic game
Signed-off-by: Daniel Henry <iamdanhenry@gmail.com>
This commit is contained in:
7
include/Pong.h
Normal file
7
include/Pong.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
#include <Craft.h>
|
||||
|
||||
class PongWorld : public craft::World {
|
||||
void Begin() override;
|
||||
void Tick(float deltaTime) override;
|
||||
};
|
||||
Reference in New Issue
Block a user