Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
ObjectHit.h
Package: LwGame2.0.rar [view]
Upload User: semy2100
Upload Date: 2013-01-22
Package Size: 3633k
Code Size: 1k
Category:
Shot Game
Development Platform:
Visual C++
- /********************************************************************
- * 空运爆发 *
- * Version 2.0 *
- * 本游戏全部代码由: *
- * 冲天实验室 梁锋 编写 *
- * 邮箱:lenwine@126.com *
- * bbs: http://free2.e-168.cn/lenwind (正在开发中...) *
- **********************************************************************/
- #ifndef OBJECT_HIT
- #define OBJECT_HIT
- class ObjectHit
- {
- OperatorPlace *oPeratorPlace,*oPeratorPlace2;
- EnermyPlace *oEnermyPlace;
- BombSet *oPeratorbomb,*oEnermybomb;
- /************************************************************/
- char muspath[50]; //音乐文件路径
- char bplay[50]; //打开midi命令字符串
- char bclose[50]; //关闭midi命令字符串
- /************************************************************/
- void ObjectHit::WatchHit(Brock *lpBrockPlace,Bomb *bBomb);//
- void ObjectHit::WatchHit(OperatorPlace *lpOperatorPlace,Bomb *bBomb);
- void ObjectHit::WatchHit(OperatorPlace *oPeratorPlace,Brock *bBrock);
- public:
- ObjectHit(Manager *mgr);
- static int i;
- ~ObjectHit();
- void Update();
- };
- #endif