old-bannertool/source/3ds/3ds.h
Dorian Wouters 21ee45095b Fix header include guards names
Symbols starting with two underscores are reserved, as per the C
standard.
2016-01-27 16:49:48 +01:00

12 lines
No EOL
149 B
C

#ifndef I_3DS_H
#define I_3DS_H
#include "cbmd.h"
#include "cwav.h"
#include "smdh.h"
#include "data.h"
#include "lz11.h"
#include "util.h"
#endif