14 lines
250 B
C
14 lines
250 B
C
// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
|
|
|
|
#pragma once
|
|
|
|
#if PLATFORM_WINDOWS
|
|
|
|
#include "../Win32/Win32Defines.h"
|
|
|
|
// Platform description
|
|
#define PLATFORM_TYPE PlatformType::Windows
|
|
#define PLATFORM_HAS_HEADLESS_MODE 1
|
|
|
|
#endif
|