mirror of
https://github.com/AntonioND/architectds.git
synced 2025-06-19 00:55:34 -04:00
examples: Remove references to makefiles
This commit is contained in:
parent
de58ecb7ad
commit
9c6f34d1d0
@ -10,14 +10,12 @@
|
|||||||
|
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
|
||||||
// Headers autogenerated when files are find inside AUDIODIRS in the Makefile
|
// Autogenerated files
|
||||||
#include "maxmod/soundbank_info.h"
|
#include "maxmod/soundbank_info.h"
|
||||||
#include "maxmod/soundbank_bin.h"
|
#include "maxmod/soundbank_bin.h"
|
||||||
|
|
||||||
// Header autogenerated for each PNG file inside GFXDIRS in the Makefile
|
|
||||||
#include "grit/neon_png.h"
|
#include "grit/neon_png.h"
|
||||||
|
|
||||||
// Header autogenerated for each BIN file inside BINDIRS in the Makefile
|
|
||||||
#include "data/data_string_bin.h"
|
#include "data/data_string_bin.h"
|
||||||
|
|
||||||
#include "teak/teak1_tlf.h"
|
#include "teak/teak1_tlf.h"
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
#include <nds.h>
|
#include <nds.h>
|
||||||
#include <maxmod9.h>
|
#include <maxmod9.h>
|
||||||
|
|
||||||
// Headers autogenerated when files are find inside AUDIODIRS in the Makefile
|
// Autogenerated files
|
||||||
#include "maxmod/soundbank_info.h"
|
#include "maxmod/soundbank_info.h"
|
||||||
#include "maxmod/soundbank_bin.h"
|
#include "maxmod/soundbank_bin.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user