checkin everything to test build on windows
This commit is contained in:
parent
875b0b2f88
commit
b1f5d882f0
16 changed files with 250 additions and 0 deletions
26
src/Game.h
Normal file
26
src/Game.h
Normal file
|
@ -0,0 +1,26 @@
|
|||
// SPDX-FileCopyrightText: 2025 <copyright holder> <email>
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
#ifndef GAME_H
|
||||
#define GAME_H
|
||||
|
||||
/**
|
||||
* @todo write docs
|
||||
*/
|
||||
class Game
|
||||
{
|
||||
public:
|
||||
/**
|
||||
* Default constructor
|
||||
*/
|
||||
Game();
|
||||
|
||||
/**
|
||||
* Destructor
|
||||
*/
|
||||
~Game();
|
||||
|
||||
};
|
||||
|
||||
#endif // GAME_H
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue