forked from jaildesigner-jailgames/jaildoctors_dilemma
Inicio de la clase enemy
This commit is contained in:
21
source/enemy.h
Normal file
21
source/enemy.h
Normal file
@@ -0,0 +1,21 @@
|
||||
#pragma once
|
||||
#include "ifdefs.h"
|
||||
#include <string>
|
||||
|
||||
#ifndef ENEMY_H
|
||||
#define ENEMY_H
|
||||
|
||||
// Clase Enemy
|
||||
class Enemy
|
||||
{
|
||||
private:
|
||||
|
||||
public:
|
||||
// Constructor
|
||||
Enemy();
|
||||
|
||||
// Destructor
|
||||
~Enemy();
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user