mirror of
https://github.com/wiiu-env/MochaPayload.git
synced 2025-02-22 10:47:27 +01:00
9 lines
106 B
C
9 lines
106 B
C
#ifndef WUPSERVER_H
|
|
#define WUPSERVER_H
|
|
|
|
void wupserver_init(void);
|
|
|
|
void wupserver_deinit(void);
|
|
|
|
#endif
|