1
0
mirror of https://github.com/Ninjdai1/pokeemerald.git synced 2025-02-23 20:55:30 +01:00
pokeemerald/include/contest_painting.h
2019-11-10 16:37:26 -06:00

8 lines
144 B
C

#ifndef GUARD_CONTESTPAINTING_H
#define GUARD_CONTESTPAINTING_H
void SetContestWinnerForPainting(int);
void CB2_ContestPainting(void);
#endif