Changeset 23 for libcaca/trunk/src/common.h
- Timestamp:
- Dec 15, 2002, 6:16:45 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/src/common.h
r21 r23 1 1 2 2 #define STARS 50 3 #define WEAPONS 503 #define WEAPONS 100 4 4 #define BONUS 30 5 5 #define ALIENS 30 6 #define EXPLOSIONS 206 #define EXPLOSIONS 100 7 7 8 8 #ifdef USE_SLANG … … 53 53 typedef struct 54 54 { 55 enum { WEAPON_NONE, WEAPON_LASER, WEAPON_SEEKER, WEAPON_NUKE, WEAPON_BEAM } type[WEAPONS];55 enum { WEAPON_NONE, WEAPON_LASER, WEAPON_SEEKER, WEAPON_NUKE, WEAPON_BEAM, WEAPON_LIGHTNING, WEAPON_BOMB } type[WEAPONS]; 56 56 int x[WEAPONS]; 57 57 int y[WEAPONS];
Note: See TracChangeset
for help on using the changeset viewer.