Browse Source

Removed "stdbool.h" include.

master
Jessica James 9 years ago
parent
commit
593ba100a4
  1. 1
      Rx_SetStartupMovie/Rx_SetStartupMovie.c

1
Rx_SetStartupMovie/Rx_SetStartupMovie.c

@ -23,7 +23,6 @@
#include <wchar.h> // wchar_t, wcscmp
#include <stdio.h> // fopen, fclose, rename
#include <string.h> // strcpy, strcmp
#include <stdbool.h> // bool
/** Directory that movies are stored in */
#define MOVIES_DIRECTORY "..\\..\\..\\UDKGame\\Movies\\"

Loading…
Cancel
Save