On Tue, 1 May 2018 12:11:37 +0700 Ryan Joseph <ryan at thealchemistguild.com> wrote: >[...] > const > GLfloat = MAP_TO_SOMETHING; // do we have external consts? GLFloat is a type, not a const. type GLFloat = double; Mattias