pokeplatinum/include/global/thumb.h
luckytyphlosion 007782694d Use precompiled header.
Note for pokeheartgold maintainers: This will pass the precompiled header to nitrosdk libs and possibly arm7
2022-12-31 00:21:55 -05:00

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