Using CMake

This commit is contained in:
2022-10-13 20:56:53 -04:00
parent 391fcedc37
commit 35e776c6e2
4493 changed files with 1939 additions and 1964607 deletions

View File

@ -8,7 +8,7 @@
#ifndef SRC_COLLISION_H_
#define SRC_COLLISION_H_
#include <SDL2/SDL.h>
#include <SDL.h>
// #include "Vector2D.h"
class ColliderComponent;

View File

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