ivp_time_event.hxx
来自「hl2 source code. Do not use it illegal.」· HXX 代码 · 共 23 行
HXX
23 行
// 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 + =
减小字号Ctrl + -
显示快捷键?