Files
didactyl/src/context.h
T
2026-02-27 09:32:51 -04:00

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