Files
42_vox/ScopEngine/Runtime/Includes/ScopPlatform.h
2025-05-01 23:03:47 +02:00

8 lines
119 B
C

#ifndef __SCOP_PLATFORM__
#define __SCOP_PLATFORM__
#include <Platform/Inputs.h>
#include <Platform/Window.h>
#endif