Borrado todo el código y vuelta a empezar
This commit is contained in:
20
source/game.h
Normal file
20
source/game.h
Normal file
@@ -0,0 +1,20 @@
|
||||
#pragma once
|
||||
#include <SDL2/SDL.h>
|
||||
|
||||
#ifndef GAME_H
|
||||
#define GAME_H
|
||||
|
||||
class Game
|
||||
{
|
||||
private:
|
||||
|
||||
|
||||
public:
|
||||
// Constructor
|
||||
Game();
|
||||
|
||||
// Destructor
|
||||
~Game();
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user