⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ivp_time_event.hxx

📁 hl2 source code. Do not use it illegal.
💻 HXX
字号:
// Copyright (C) Ipion Software GmbH 1999-2000. All rights reserved.


// IVP_EXPORT_PUBLIC

#ifndef IVP_TIME_EVENT_INCLUDED
#define IVP_TIME_EVENT_INCLUDED

#ifndef WIN32
#	pragma interface
#endif

class IVP_Environment;

class IVP_Time_Event {
public:
    int index;    
    IVP_Time_Event(){;};
    virtual void simulate_time_event(IVP_Environment *){ CORE; }; // to be implemented by application
};

#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -