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
TypeDef.h
Package: Mir2ExCodev1.rar [view]
Upload User: cydong117
Upload Date: 2009-11-10
Package Size: 638k
Code Size: 1k
Category:
Game Server Simulator
Development Platform:
Visual C++
- #if !defined _TYPEDEF_H
- #define _TYPEDEF_H
- #define MAX_DUPLE_COUNT 5
- #define ID_TIMER_1 101
- #define ID_AMBIANCE_TIMER 102
- #define WM_USER_ENDTIMER WM_USER+100
- #define WM_DSHOW_NOTIFY WM_APP + 500
- #define DELETEARRAY(x) if(x != NULL) { delete [] x; x = NULL; }
- typedef struct
- {
- int x;
- int y;
- } Position;
- #pragma pack(1)
- typedef struct
- {
- signed short int ID; // 2 bytes
- char Des[14]; // 14 bytes
- } WAVELIST; // 16 bytes
- typedef struct
- {
- char Title[40]; // 40 bytes
- char TargetDir[10]; // 10 bytes
- unsigned int FieldCount; // 4 bytes
- unsigned int ListCount; // 4 bytes
- } WAVELISTHEADER; // 58 bytes
- #pragma pack(8)
- #endif //_TYPEDEF_H