Skip to content
Snippets Groups Projects
Commit 4ba946c3 authored by JANUZI Rinor's avatar JANUZI Rinor
Browse files

Replace game.h

parent e3c7794b
No related branches found
No related tags found
No related merge requests found
#ifndef GAME_H #ifndef GAME_H
#define GAME_H #define GAME_H
#include "mobile.h" #include "mobile.h"
#include "stack.h"
struct Stack; typedef struct
typedef struct Game
{ {
Mobile *player; Mobile *player;
struct Stack *locationStack;
} Game; } Game;
extern Game *GameInit(); extern Game *GameInit();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment