mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-08-27 03:36:08 -05:00
- all local vars to camelcase - header include guards with lib name - comments for preprocessor directives - asm defs back to respective .inc files - /lib/dsprot/tools/ merged to /tools/ - unprefixed globals prefixed - sdk defs consolidated to sdk include - lsf lib split to objects
9 lines
133 B
C
9 lines
133 B
C
#ifndef DSPROT_GARBAGE_H
|
|
#define DSPROT_GARBAGE_H
|
|
|
|
#include "sdk.h"
|
|
|
|
extern const u32 DSProt_Garbage[6];
|
|
|
|
#endif // DSPROT_GARBAGE_H
|