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