![]() |
libspades
Ace of Spades library
|
Data Fields | |
| uint64_t | lastUpdatedtime |
| Using the standard clock, of course. | |
| size_t | usedItems |
| The amount of grenades currently in the array. | |
| size_t | allocatedItems |
| The amount of space currently allocated for grenades in the array. | |
| struct Grenade * | grenades |
| The actual array. | |