eco2d/code/game/header/system.h

9 lines
111 B
C
Raw Normal View History

2021-01-11 13:47:14 +00:00
#pragma once
2021-01-10 16:52:20 +00:00
#include <stdint.h>
2021-05-10 06:28:56 +00:00
#include <stddef.h>
2021-01-14 16:03:10 +00:00
#include <inttypes.h>
2021-05-10 06:28:56 +00:00
#define ZPL_NANO
#include "zpl.h"