Hey guys, need a bit of help with this.

Upon compiling i get this error -

Progress Report:
[Error] C:\Simba\Includes\SRL/SRL/skill/fishing.simba(20:8): Unknown identifier 'FindTransparentBitmapTolerance' at line 19
Compiling failed.


It only happens when I declare the fishing include, is it not working or just me?

This is how the includes look, I think they are right

Simba Code:
{$i srl/srl.Simba}
{$i sps/sps.simba}
{$i SRL/SRL/skill/fishing.simba}

Any help appreciated guys