so sick of all these includes

This commit is contained in:
smea 2014-08-25 22:55:12 -07:00
parent 19071d7fb1
commit 0aff9c6902
2 changed files with 17 additions and 11 deletions

View File

@ -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
View 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