Kohi Game Engine
kstring_id.h
Go to the documentation of this file.
1 
22 #pragma once
23 
24 #include "defines.h"
25 
32 typedef u64 kstring_id;
33 
35 #define INVALID_KSTRING_ID 0
36 
48 
57 KAPI const char* kstring_id_string_get(kstring_id stringid);
This file contains global type definitions which are used throughout the entire engine and applicatio...
#define KAPI
Import/export qualifier.
Definition: defines.h:205
unsigned long long u64
Unsigned 64-bit integer.
Definition: defines.h:28
KAPI kstring_id kstring_id_create(const char *str)
u64 kstring_id
A kstring_id is a string hash made for quick comparisons versus traditional string comparisons.
Definition: kstring_id.h:32
KAPI const char * kstring_id_string_get(kstring_id stringid)