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

Replace mobile.h

parent 1c41b09e
No related branches found
No related tags found
No related merge requests found
#ifndef MOBILE_H
#define MOBILE_H
#include "location.h"
typedef struct
{
......@@ -10,7 +11,7 @@ typedef struct
extern Mobile *MobileNew(char *name, char *desc);
extern Mobile *MobileDelete(Mobile *m);
extern Mobile *MobileMove(Mobile *m, Location *CurrentLoc);
extern void MobileMove(Mobile *m, Location *CurrentLoc);
extern void MobilePrint(Mobile *m);
#endif // MOBILE_H
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment