mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-23 04:36:22 -05:00
9 lines
212 B
C
9 lines
212 B
C
#ifndef POKEHEARTGOLD_WFC_USER_INFO_WARNING_H
|
|
#define POKEHEARTGOLD_WFC_USER_INFO_WARNING_H
|
|
|
|
#include "heap.h"
|
|
|
|
void ShowWFCUserInfoWarning(HeapID heapId, int a1);
|
|
|
|
#endif //POKEHEARTGOLD_WFC_USER_INFO_WARNING_H
|