Committed initial import of the Earth's Special Forces module

This commit is contained in:
David Anderson
2005-07-09 21:51:35 +00:00
parent 39eba4134e
commit e0dbc031cc
12 changed files with 7026 additions and 0 deletions

View File

@ -0,0 +1,18 @@
#ifndef _INCLUDE_ESF_PDATA_H
#define _INCLUDE_ESF_PDATA_H
//dword aligned offsets!
#ifdef __linux__
#define EXOFF_D 5
#else
#define EXOFF_D 0
#endif
#define ESF_POWERLEVEL1 460 + EXOFF_D
#define ESF_POWERLEVEL2 461 + EXOFF_D
#define ESF_SPEED1 459 + EXOFF_D
#define ESF_SPEED2 462 + EXOFF_D
#endif //_INCLUDE_ESF_PDATA_H