mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-03-21 18:04:50 -05:00
8 lines
160 B
C
8 lines
160 B
C
#ifndef GUARD_CONTESTPAINTING_H
|
|
#define GUARD_CONTESTPAINTING_H
|
|
|
|
void SetContestWinnerForPainting(int contestWinnerId);
|
|
void CB2_ContestPainting(void);
|
|
|
|
#endif
|