Fixed an incorrect SDL include.
This commit is contained in:
parent
65c773cafb
commit
61d4c32b81
|
@ -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/>.
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <SDL.h>
|
#include "SDL.h"
|
||||||
|
|
||||||
#include "Starfighter.h"
|
#include "Starfighter.h"
|
||||||
|
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue