mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-09 20:32:50 -05:00
9 lines
213 B
C
9 lines
213 B
C
#ifndef POKEHEARTGOLD_WFC_USER_INFO_WARNING_H
|
|
#define POKEHEARTGOLD_WFC_USER_INFO_WARNING_H
|
|
|
|
#include "heap.h"
|
|
|
|
void ShowWFCUserInfoWarning(HeapID heap_id, int a1);
|
|
|
|
#endif //POKEHEARTGOLD_WFC_USER_INFO_WARNING_H
|