so sick of all these includes
This commit is contained in:
parent
19071d7fb1
commit
0aff9c6902
@ -2,17 +2,7 @@
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
#include <string.h>
|
||||
#include <3ds/types.h>
|
||||
#include <3ds/srv.h>
|
||||
#include <3ds/APT.h>
|
||||
#include <3ds/GSP.h>
|
||||
#include <3ds/GX.h>
|
||||
#include <3ds/GPU.h>
|
||||
#include <3ds/HID.h>
|
||||
#include <3ds/SHDR.h>
|
||||
#include <3ds/svc.h>
|
||||
#include <3ds/os.h>
|
||||
#include <3ds/gfx.h>
|
||||
#include <3ds/3ds.h>
|
||||
#include "math.h"
|
||||
#include "test_shbin.h"
|
||||
#include "test_png_bin.h"
|
||||
|
16
libctru/include/3ds/3ds.h
Normal file
16
libctru/include/3ds/3ds.h
Normal file
@ -0,0 +1,16 @@
|
||||
#ifndef __3DS_H
|
||||
|
||||
//might be missing some
|
||||
#include <3ds/types.h>
|
||||
#include <3ds/srv.h>
|
||||
#include <3ds/APT.h>
|
||||
#include <3ds/GSP.h>
|
||||
#include <3ds/GX.h>
|
||||
#include <3ds/GPU.h>
|
||||
#include <3ds/HID.h>
|
||||
#include <3ds/SHDR.h>
|
||||
#include <3ds/svc.h>
|
||||
#include <3ds/os.h>
|
||||
#include <3ds/gfx.h>
|
||||
|
||||
#endif __3DS_H
|
Loading…
Reference in New Issue
Block a user