mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-06 06:32:56 +01:00
Remove more C bridging code
This commit is contained in:
@@ -138,9 +138,3 @@ static SpriteGroup getSpriteGroup(uint16 spriteIndex) {
|
||||
|
||||
return SPRITEGROUP_NONE;
|
||||
}
|
||||
|
||||
extern "C" {
|
||||
bool assertFunctionCallEquals(function_call expected, function_call actual) {
|
||||
return FunctionCall::AssertsEquals(expected, actual);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user