-=InvisiCompass!!=-
InvisiCompass is a simple north finder i will later update it as this is not the full release i just need lots of tests, it will soon have "FindPerfectNorth" which will find the exact north (perfect north on compass)
now, this is a 2 day old include i forgot about, it should work but its VERY basic feel free to edit, post edits, bugs, well.. anything else, etc, etc, etc.. (also, feel free to make the include work)
(i will soon post a v1.1 as i clearly messed up with)
SCAR Code:
procedure FindNorth;
begin
end;
var
x,y,Bitmp:integer;
procedure FindNorth;
var
x,y,Bitmap:integer;
(change to)
SCAR Code:
procedure FindNorth;
begin
var
x,y,Bitmap:integer;
(v1.1 will obviously have that in it)