|
/* date = July 12th 2023 5:37 pm */
|
|
|
|
#ifndef GFX_INC_H
|
|
#define GFX_INC_H
|
|
|
|
#include "gfx/gfx_abs.h"
|
|
|
|
#if OS_WINDOWS
|
|
# include "win32/win32_inc.h"
|
|
# include "gfx/win32/win32_gfx_impl.h"
|
|
#else
|
|
# error no backend for gfx_inc.h on this operating system
|
|
#endif
|
|
|
|
|
|
#endif //GFX_INC_H
|