Files
metadesk/code/base/platform.h
T
2025-02-01 22:38:48 -05:00

17 lines
255 B
C

#if MD_INTELLISENSE_DIRECTIVES
# pragma once
# include "context_cracking.h"
#endif
#include <stdarg.h>
#include <stddef.h>
#if defined( MD_SYSTEM_WINDOWS )
# include <intrin.h>
#endif
#if MD_COMPILER_C
# include <assert.h>
# include <stdbool.h>
#endif