7 lines
136 B
C
7 lines
136 B
C
#ifndef OPEN_WING_CONTEXT_H
|
|
#define OPEN_WING_CONTEXT_H
|
|
|
|
char* context_load(const char* path);
|
|
void context_free(char* context);
|
|
|
|
#endif |