Kohi Game Engine
kasset_kson_serializer.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "assets/kasset_types.h"
4 
5 KAPI const char* kasset_kson_serialize(const kasset* asset);
6 
7 KAPI b8 kasset_kson_deserialize(const char* file_text, kasset* out_asset);
#define KAPI
Import/export qualifier.
Definition: defines.h:205
_Bool b8
8-bit boolean type
Definition: defines.h:58
KAPI const char * kasset_kson_serialize(const kasset *asset)
KAPI b8 kasset_kson_deserialize(const char *file_text, kasset *out_asset)
a structure meant to be included as the first member in the struct of all asset types for quick casti...
Definition: kasset_types.h:167