game/axl_string.h

9 lines
118 B
C
Raw Normal View History

2025-11-27 20:51:48 +03:00
#ifndef AXL_STRING_H
#define AXL_STRING_H
#include "axl_types.h"
u32 axl_strlen(const i8* s);
#endif // AXL_STRING