ClientServerProject/os/auto.h

6 lines
87 B
C
Raw Normal View History

2021-02-10 23:25:56 -05:00
#pragma once
#if WIN32
#include "../os/windows.h"
#else
#include "../os/linux.h"
#endif