Quote:
In Lite-C the pointer star "*" belongs to the data type.

That's not correct, every lite-C data type is usually written as

BMAP* my_bmap = ...
or
TEXT* my_text = { ... }

but all it means is that you have a pointer *my_text that points to the TEXT object on the right side of the "=".


"Falls das Resultat nicht einfach nur dermassen gut aussieht, sollten Sie nochmal von vorn anfangen..." - Manual

Check out my new game: Pogostuck: Rage With Your Friends