mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-27 07:51:49 -07:00
8 lines
159 B
C
8 lines
159 B
C
#include <stdint.h>
|
|
#ifndef _MSC_VER
|
|
#include <string.h>
|
|
#endif
|
|
|
|
#define KB_TEXT_SHAPE_NO_CRT
|
|
#define KB_TEXT_SHAPE_IMPLEMENTATION
|
|
#include "kb_text_shape.h" |