engine/engine/inc/uf/spec/linux.h

11 lines
190 B
C

#pragma once
#include <uf/config.h>
// In the event some fool includes this file directly
#include "universal.h"
// Windows-specific stuffs
#ifdef UF_ENV_LINUX
// Headers
#endif