mirror of
https://github.com/coah80/LegacyVulkEdition.git
synced 2026-07-19 06:58:07 +00:00
9 lines
162 B
C++
9 lines
162 B
C++
#include "stdafx.h"
|
|
|
|
#ifdef USE_VULKAN_RENDERER
|
|
|
|
extern "C" void AppleInput_HandleChar(unsigned int) {}
|
|
extern "C" void AppleInput_HandleKey(int, int) {}
|
|
|
|
#endif
|