BuGS/BuGS/game.h

18 lines
307 B
C
Raw Normal View History

/*
* game.h
* BuGS
*
* Created by Jeremy Rand on 2020-06-10.
* Copyright © 2020 Jeremy Rand. All rights reserved.
*/
#ifndef _GUARD_PROJECTBuGS_FILEgame_
#define _GUARD_PROJECTBuGS_FILEgame_
extern void game(void);
extern void randInit(void);
#endif /* define _GUARD_PROJECTBuGS_FILEgame_ */