mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-06 10:43:24 -05:00
9 lines
173 B
C
9 lines
173 B
C
#ifndef POKEDIAMOND_WFC_USER_INFO_WARNING_H
|
|
#define POKEDIAMOND_WFC_USER_INFO_WARNING_H
|
|
|
|
#include "heap.h"
|
|
|
|
void ShowWFCUserInfoWarning(enum HeapID heapID, u32 a1);
|
|
|
|
#endif
|