index
:
mario_sokoban.git
master
Mario sokoban game (OpenClassRooms exercice)
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
game.hpp
blob: 017d21bbf88a7b069a46034303be65702bf82902 (
plain
)
1
2
3
4
5
6
7
8
9
10
11
#ifndef GAME_HPP
# define GAME_HPP
class
Game
{
public
:
Game
();
};
#endif