2025-04-12 15:41:53 +09:00

13 lines
151 B
C

/**
* File which should be included before anything
*/
#ifndef __GF_PRE_H__
#define __GF_PRE_H__
#ifdef _WIN32
#include <windows.h>
#endif
#endif