1
0
mirror of https://github.com/Ninjdai1/pokeemerald.git synced 2025-03-16 18:48:32 +01:00
pokeemerald/include/contest_painting.h

8 lines
144 B
C
Raw Normal View History

2017-10-12 02:06:19 -05:00
#ifndef GUARD_CONTESTPAINTING_H
#define GUARD_CONTESTPAINTING_H
void SetContestWinnerForPainting(int);
2018-12-15 13:07:07 -06:00
void CB2_ContestPainting(void);
2017-10-12 02:06:19 -05:00
#endif