libspades
Ace of Spades library
Main Page
Related Pages
Topics
Data Structures
client
bothelpers.h
1
#ifndef LIBSPADES_BOTHELPERS_H
2
#define LIBSPADES_BOTHELPERS_H
3
#ifdef __cplusplus
4
extern
"C"
{
5
#endif
6
7
enum
KillMethod {
8
KillMethodWeaponSwitch = 1,
9
KillMethodCommand = 2,
10
KillMethodSpade = 4,
11
KillMethodGun = 8,
12
KillMethodGrenade = 16
13
};
14
15
#ifdef __cplusplus
16
}
17
#endif
18
#endif
This documentation has been rid of all JavaScript for a better experience. Generated by
1.13.2