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

Replace game.h

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