R-Type
2
Doom but in better
Loading...
Searching...
No Matches
LootDrop.hpp
Go to the documentation of this file.
1
#pragma once
2
10
enum
loot_enum
{
11
NONE
,
12
POWERUP_DROP
,
13
HEALTH_DROP
14
};
15
23
struct
LootDrop
{
24
loot_enum
loot
;
25
};
loot_enum
loot_enum
Defines the different types of loot that can be dropped in the game.
Definition
LootDrop.hpp:10
HEALTH_DROP
@ HEALTH_DROP
Definition
LootDrop.hpp:13
NONE
@ NONE
Definition
LootDrop.hpp:11
POWERUP_DROP
@ POWERUP_DROP
Definition
LootDrop.hpp:12
LootDrop
Represents a loot drop with a specific loot type.
Definition
LootDrop.hpp:23
LootDrop::loot
loot_enum loot
Definition
LootDrop.hpp:24
game_source
components
LootDrop.hpp
Generated on Thu Feb 6 2025 22:34:20 for R-Type by
1.12.0