mirror of
https://github.com/pret/pokediamond.git
synced 2026-04-25 15:42:51 -05:00
9 lines
168 B
C
9 lines
168 B
C
#ifndef POKEDIAMOND_WFC_USER_INFO_WARNING_H
|
|
#define POKEDIAMOND_WFC_USER_INFO_WARNING_H
|
|
|
|
#include "heap.h"
|
|
|
|
void ShowWFCUserInfoWarning(HeapID heapId, u32 a1);
|
|
|
|
#endif
|