mirror of
https://github.com/pret/pokerevo.git
synced 2026-09-26 05:31:40 -04:00
16 lines
278 B
C
16 lines
278 B
C
#ifndef POKEREVO_CODE_80223C54_H
|
|
#define POKEREVO_CODE_80223C54_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
u32 func_80223FD0(u32, u32, u32, void (*)(u32, u32));
|
|
void func_8022408C(u32, const char*);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif //POKEREVO_CODE_80223C54_H
|