04-25-2025, 01:45 AM
Well, I got the missing files, put em in the game directory in a new folder inside called 'include' to match the program, turned the backslashes into forward slashes and fixed the INCLUDE commands. I still get "Unknown type on Line 28."
Line 28: Dim Shared Vertices(1 To 16384) As Vec3, TexCoords(1 To 16384) As Vec2, TotalPointsToDraw As _Unsigned Long
Where are the types defined? Is there a missing .bi file maybe? Oh well...
Line 28: Dim Shared Vertices(1 To 16384) As Vec3, TexCoords(1 To 16384) As Vec2, TotalPointsToDraw As _Unsigned Long
Where are the types defined? Is there a missing .bi file maybe? Oh well...

