mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-09-12 03:15:51 -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
110 B
C
9 lines
110 B
C
#ifndef DSPROT_BSS_H
|
|
#define DSPROT_BSS_H
|
|
|
|
#include "sdk.h"
|
|
|
|
extern u8 DSProt_BSS[4];
|
|
|
|
#endif // DSPROT_BSS_H
|