More style fixes

FossilOrigin-Name: c634a689e76e7c60fb8b685ea40cb9993a86f23474d1ead7159eb331e98f1110
This commit is contained in:
Jonathan Schleifer 2025-03-29 17:13:40 +00:00
parent d3dc40de33
commit a838f496b1
39 changed files with 536 additions and 582 deletions

View file

@ -27,14 +27,14 @@ OF_DIRECT_MEMBERS
// TODO: Move this somewhere else
+ (void)endSinglePlayerWithAllKilled: (bool)allKilled;
+ (instancetype)monsterWithType: (int)type
yaw: (int)yaw
state: (int)state
trigger: (int)trigger
move: (int)move;
yaw: (int)yaw
state: (int)state
trigger: (int)trigger
move: (int)move;
- (instancetype)initWithType: (int)type
yaw: (int)yaw
state: (int)state
trigger: (int)trigger
move: (int)move;
yaw: (int)yaw
state: (int)state
trigger: (int)trigger
move: (int)move;
- (void)incurDamage: (int)damage fromEntity: (__kindof DynamicEntity *)d;
@end