mirror of
https://github.com/libretro/libretro-chailove.git
synced 2025-02-26 03:05:41 +00:00
Update Types namespace
This commit is contained in:
parent
7186c9912e
commit
10cd3073c0
@ -2,7 +2,10 @@
|
||||
SOURCES_CXX += $(wildcard \
|
||||
src/*.cpp \
|
||||
src/love/*.cpp \
|
||||
src/love/*/*.cpp \
|
||||
src/love/Types/Audio/*.cpp \
|
||||
src/love/Types/Graphics/*.cpp \
|
||||
src/love/Types/Input/*.cpp \
|
||||
src/love/Types/System/*.cpp \
|
||||
test/*.cpp \
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#include "SoundData.h"
|
||||
#include <string>
|
||||
|
||||
#include "../../ChaiLove.h"
|
||||
#include "../../../ChaiLove.h"
|
||||
#include "AudioState.h"
|
||||
#include "physfs.h"
|
||||
|
||||
|
@ -3,6 +3,9 @@
|
||||
namespace love {
|
||||
namespace Types {
|
||||
namespace Graphics {
|
||||
|
||||
// Nothing.
|
||||
}
|
||||
}
|
||||
|
||||
} // namespace Graphics
|
||||
} // namespace Types
|
||||
} // namespace love
|
||||
|
@ -4,7 +4,7 @@
|
||||
#include "SDL_ttf.h"
|
||||
#include <SDL_gfxPrimitives.h>
|
||||
#include <SDL_fnt.h>
|
||||
#include "../../ChaiLove.h"
|
||||
#include "../../../ChaiLove.h"
|
||||
#include "Image.h"
|
||||
#include <iostream>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
#include "../../ChaiLove.h"
|
||||
#include "../../../ChaiLove.h"
|
||||
|
||||
|
||||
namespace love {
|
||||
|
@ -3,6 +3,9 @@
|
||||
namespace love {
|
||||
namespace Types {
|
||||
namespace Graphics {
|
||||
|
||||
// Nothing.
|
||||
}
|
||||
}
|
||||
|
||||
} // namespace Graphics
|
||||
} // namespace Types
|
||||
} // namespace love
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include "Joystick.h"
|
||||
#include "SDL.h"
|
||||
#include "../../ChaiLove.h"
|
||||
#include "../../../ChaiLove.h"
|
||||
#include <string>
|
||||
|
||||
namespace love {
|
||||
|
@ -1,5 +1,5 @@
|
||||
#include "Config.h"
|
||||
#include "../../ChaiLove.h"
|
||||
#include "../../../ChaiLove.h"
|
||||
|
||||
namespace love {
|
||||
namespace Types {
|
||||
|
Loading…
x
Reference in New Issue
Block a user