mirror of
https://github.com/raphnet/gc_n64_usb-v3
synced 2025-02-12 05:00:21 -05:00
11 lines
222 B
C
11 lines
222 B
C
|
#ifndef gcn64ctl_gui_mpkedit_h__
|
||
|
#define gcn64ctl_gui_mpkedit_h__
|
||
|
|
||
|
struct mpkedit_data;
|
||
|
struct application;
|
||
|
|
||
|
struct mpkedit_data *mpkedit_new(struct application *app);
|
||
|
void mpkedit_free(struct mpkedit_data *mpke);
|
||
|
|
||
|
#endif
|