4 lines
50 B
C
4 lines
50 B
C
|
#pragma once
|
||
|
#ifdef _WIN32
|
||
|
#include "win.h"
|
||
|
#endif
|