Create base_tab

This commit is contained in:
Loic Guegan 2022-02-24 08:36:21 +01:00
parent dc54f7ea04
commit a8fece4ea6
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1 @@
#include "GameBase.hpp"

View file

@ -0,0 +1,5 @@
#pragma once
class GameBase {
};