Fixed an incorrect SDL include.

This commit is contained in:
onpon4 2016-08-04 20:26:24 -04:00
parent 65c773cafb
commit 61d4c32b81
2 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <SDL.h>
#include "SDL.h"
#include "Starfighter.h"

BIN
starfighter Executable file

Binary file not shown.