VoxelEngine/src/util/platform.h
2023-11-09 20:17:11 +03:00

8 lines
146 B
C++

#ifndef UTIL_PLATFORM_H_
#define UTIL_PLATFORM_H_
namespace platform {
extern void configure_encoding();
}
#endif // UTIL_PLATFORM_H_