Minor fix
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2018 Amine Ben Hassouna <amine.benhassouna@gmail.com>
|
||||
* Copyright (c) 2018, 2019 Amine Ben Hassouna <amine.benhassouna@gmail.com>
|
||||
* All rights reserved.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any
|
||||
@@ -31,9 +31,9 @@
|
||||
#ifndef GAME_H
|
||||
#define GAME_H
|
||||
|
||||
#include <SDL2/SDL.h>
|
||||
#include <SDL2/SDL2_framerate.h>
|
||||
#include <SDL2/SDL2_gfxPrimitives.h>
|
||||
#include <SDL.h>
|
||||
#include <SDL2_framerate.h>
|
||||
#include <SDL2_gfxPrimitives.h>
|
||||
|
||||
#include "grid.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user