removed GC_INIT and gc include from main_driver
This commit is contained in:
parent
9727928404
commit
53b9aeb589
1 changed files with 0 additions and 2 deletions
|
|
@ -12,7 +12,6 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <gc.h>
|
|
||||||
|
|
||||||
#include "ms_game.h"
|
#include "ms_game.h"
|
||||||
#include "ms_visualizer.h"
|
#include "ms_visualizer.h"
|
||||||
|
|
@ -39,7 +38,6 @@ void ui_branch(GameMode mode);
|
||||||
*/
|
*/
|
||||||
int main(int argc, char *argv[])
|
int main(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
GC_INIT();
|
|
||||||
GameMode mode = BEGINNER;
|
GameMode mode = BEGINNER;
|
||||||
/* can be surrounded with a loop to restart the game in a different mode */
|
/* can be surrounded with a loop to restart the game in a different mode */
|
||||||
mode = ui_prompt_for_mode();
|
mode = ui_prompt_for_mode();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue