mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-22 06:57:33 -05:00
Old structure: put everything in lib/include New structure: put library includes in their respective library folder. e.g. lib/NitroDWC/include/dwc.h
14 lines
234 B
C
14 lines
234 B
C
#ifndef NNSYS_WIN22_H_
|
|
#define NNSYS_WIN32_H_
|
|
|
|
#include <nitro_win32.h>
|
|
|
|
#define NNS_FROM_TOOL
|
|
#define NNS_HAS_NO_LONG_LONG_INT_
|
|
|
|
#include <nnsys/g2d/g2d_Data.h>
|
|
#include <nnsys/g3d/binres/res_struct.h>
|
|
#include <nnsys/snd.h>
|
|
|
|
#endif
|