| 487 | return croom->walkbehind_base[wa]; |
| 488 | } |
| 489 | void* IAGSEngine::GetScriptFunctionAddress (const char *funcName) { |
| 490 | return ccGetSymbolAddressForPlugin(funcName); |
| 491 | } |
| 492 | int IAGSEngine::GetBitmapTransparentColor(BITMAP *bmp) { |
| 493 | return bitmap_mask_color (bmp); |
| 494 | } |
no test coverage detected