Commit 01b01d23 by grlabu

Upload New File

parent 31550dc3
Showing with 13 additions and 0 deletions
#ifndef GAMEENGINE_H
#define GAMEENGINE_H
#include "Header.h"
// Function declarations
Enemy CreateEnemy(int defeated_enemies);
int Move(int correctChoice);
int SaveGame(char *file, Player *p, int enemiesDefeated);
void LoadGame(char *file, Player *p, int *enemies);
void levelUp(Player &p);
#endif // GAMEENGINE_H
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment