mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-22 18:37:01 +00:00
JANITORIAL: Remove stray semicolons
This commit is contained in:
parent
82bc36db8d
commit
f5282127fc
@ -79,8 +79,8 @@ void delay8(int j); // || /8
|
||||
bool inside(uint8 dist, uint8 centX, uint8 centY, uint8 pointX, uint8 pointY);
|
||||
bool insideRect(uint8 rectX, uint8 rectY, uint8 w, uint8 h, uint8 pointX, uint8 pointY);
|
||||
|
||||
}; // namespace Utilities
|
||||
} // namespace Utilities
|
||||
|
||||
}; // namespace Immortal
|
||||
} // namespace Immortal
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user