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