#ifndef OPEN_WING_CONTEXT_H #define OPEN_WING_CONTEXT_H char* context_load(const char* path); void context_free(char* context); #endif