Kohi Game Engine
utils_plugin_main.h
Go to the documentation of this file.
1 #include <defines.h>
2 
3 struct kruntime_plugin;
4 
This file contains global type definitions which are used throughout the entire engine and applicatio...
#define KAPI
Import/export qualifier.
Definition: defines.h:209
_Bool b8
8-bit boolean type
Definition: defines.h:60
Definition: plugin_types.h:33
KAPI b8 kohi_plugin_utils_initialize(struct kruntime_plugin *plugin)
KAPI b8 kohi_plugin_utils_create(struct kruntime_plugin *out_plugin)
KAPI void kohi_plugin_utils_destroy(struct kruntime_plugin *plugin)