5 lines
112 B
C
5 lines
112 B
C
#pragma once
|
|
|
|
int ygg_module_load(const char *file, const char *args);
|
|
int ygg_module_unload(const char *name);
|