mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-24 05:10:42 -04:00
NDS: Fix level of header include paths
This commit is contained in:
parent
fab5b4a5aa
commit
19f625947b
@ -1,9 +1,9 @@
|
||||
#include "_GraphicsBase.h"
|
||||
#include "Errors.h"
|
||||
#include "Logger.h"
|
||||
#include "Window.h"
|
||||
#include "../_GraphicsBase.h"
|
||||
#include "../Errors.h"
|
||||
#include "../Logger.h"
|
||||
#include "../Window.h"
|
||||
#include <nds.h>
|
||||
#include "_BlockAlloc.h"
|
||||
#include "../_BlockAlloc.h"
|
||||
|
||||
#define DS_MAT_PROJECTION 0
|
||||
#define DS_MAT_POSITION 1
|
||||
|
@ -2,15 +2,15 @@
|
||||
#define CC_NO_DYNLIB
|
||||
|
||||
#define CC_XTEA_ENCRYPTION
|
||||
#include "_PlatformBase.h"
|
||||
#include "Stream.h"
|
||||
#include "ExtMath.h"
|
||||
#include "Funcs.h"
|
||||
#include "Window.h"
|
||||
#include "Utils.h"
|
||||
#include "Errors.h"
|
||||
#include "Options.h"
|
||||
#include "Animations.h"
|
||||
#include "../_PlatformBase.h"
|
||||
#include "../Stream.h"
|
||||
#include "../ExtMath.h"
|
||||
#include "../Funcs.h"
|
||||
#include "../Window.h"
|
||||
#include "../Utils.h"
|
||||
#include "../Errors.h"
|
||||
#include "../Options.h"
|
||||
#include "../Animations.h"
|
||||
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
@ -31,7 +31,7 @@
|
||||
#include <nds/arm9/exceptions.h>
|
||||
#include <fat.h>
|
||||
#ifdef BUILD_DSI
|
||||
#include "../third_party/dsiwifi/include/dsiwifi9.h"
|
||||
#include <dsiwifi9.h>
|
||||
#else
|
||||
#include <dswifi9.h>
|
||||
#endif
|
||||
@ -40,7 +40,7 @@
|
||||
#include <sys/stat.h>
|
||||
#include <sys/socket.h>
|
||||
#include <dirent.h>
|
||||
#include "_PlatformConsole.h"
|
||||
#include "../_PlatformConsole.h"
|
||||
|
||||
const cc_result ReturnCode_FileShareViolation = 1000000000; // not used
|
||||
const cc_result ReturnCode_FileNotFound = ENOENT;
|
||||
|
@ -1,14 +1,14 @@
|
||||
#include "Window.h"
|
||||
#include "Platform.h"
|
||||
#include "Input.h"
|
||||
#include "Event.h"
|
||||
#include "Graphics.h"
|
||||
#include "String.h"
|
||||
#include "Funcs.h"
|
||||
#include "Bitmap.h"
|
||||
#include "Errors.h"
|
||||
#include "ExtMath.h"
|
||||
#include "Camera.h"
|
||||
#include "../Window.h"
|
||||
#include "../Platform.h"
|
||||
#include "../Input.h"
|
||||
#include "../Event.h"
|
||||
#include "../Graphics.h"
|
||||
#include "../String.h"
|
||||
#include "../Funcs.h"
|
||||
#include "../Bitmap.h"
|
||||
#include "../Errors.h"
|
||||
#include "../ExtMath.h"
|
||||
#include "../Camera.h"
|
||||
#include <nds/arm9/background.h>
|
||||
#include <nds/arm9/input.h>
|
||||
#include <nds/arm9/keyboard.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user