Initial build on macOS

This commit is contained in:
Alan Youngblood
2023-08-12 08:50:32 -04:00
parent bab3487115
commit a0c06ebe6a
24 changed files with 147 additions and 801 deletions

View File

@ -7,9 +7,9 @@
#ifndef GAME_HPP_
#define GAME_HPP_
#include <SDL2/SDL.h>
#include <SDL2/SDL_image.h>
#include <SDL2/SDL_mixer.h>
#include <SDL.h>
#include <SDL_image.h>
#include <SDL_mixer.h>
#include <stdio.h>
#include <iostream>
#include <vector>