Intentando arreglar los include para evitar duplicate symbols
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#include <SDL2/SDL.h>
|
||||
|
||||
#ifndef CONST_H
|
||||
#define CONST_H
|
||||
|
||||
@@ -105,7 +103,4 @@ const int BUTTON_START = 11;
|
||||
const int BUTTON_L = 6;
|
||||
const int BUTTON_R = 7;
|
||||
|
||||
//Estado del teclado SDL
|
||||
//const Uint8 *keystates;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user