mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-26 08:41:27 -05:00
Note for pokeheartgold maintainers: This will pass the precompiled header to nitrosdk libs and possibly arm7
8 lines
194 B
C
8 lines
194 B
C
#ifndef POKEPLATINUM_THUMB_H
|
|
#define POKEPLATINUM_THUMB_H
|
|
|
|
// doesn't work for asm functions if included in a precompiled header for some reason
|
|
#pragma thumb on
|
|
|
|
#endif // POKEPLATINUM_THUMB_H
|