mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-06 09:29:44 +00:00
rename
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@14 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
10
src/core.c
10
src/core.c
@@ -59,3 +59,13 @@ MILSKODECL void MilskoLoop(HMILSKO handle) {
|
||||
MilskoLLSleep(10);
|
||||
}
|
||||
}
|
||||
|
||||
void MilskoApply(HMILSKO handle, ...) {
|
||||
va_list va;
|
||||
char* key;
|
||||
|
||||
va_start(va, handle);
|
||||
while((key = va_arg(va, char*)) != NULL){
|
||||
}
|
||||
va_end(va);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user