GrabBag/VrUtils/Inc/IVrUtils.h
2025-09-10 00:31:27 +08:00

32 lines
673 B
C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#ifndef __IVRUILTS__H__
#define __IVRUILTS__H__
#include "VrDateUtils.h"
#include "VrFileUtils.h"
#include "VrTimeUtils.h"
#include "VrCodeFormatUtils.h"
#include "VrMD5Utils.h"
#include "VrStringUtils.h"
#include "VrNumUtils.h"
#include "VrLog.h"
#include "VrShellUtils.h"
#include "VrNetUtils.h"
#include "VrDebugTime.h"
#include "VrNTPUtils.h"
#include "../crc/checksum.h"
#include "../ini/SimpleIni.h"
#ifndef M_PI
#define M_PI 3.14159265358979323846
#endif
// getopt只在Windows平台下包含其他平台使用系统自带的getopt
#ifdef _WIN32
#include "getopt.h"
#pragma comment(lib, "VrUtils.lib")
#endif // _WIN32
#endif