1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-01-15 12:20:11 -06:00

Added missing include in common_funcs.h

This commit is contained in:
Yuri Kunde Schlesner 2014-12-11 20:04:08 -02:00
parent 8a681cdf3d
commit eda30c36ee

View File

@ -5,6 +5,7 @@
#pragma once
#include "common_types.h"
#include <cstdlib>
#ifdef _WIN32
#define SLEEP(x) Sleep(x)