LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: boxxxie on April 21, 2005, 22:18:30

Title: lwjgl not java 5 static import friendly
Post by: boxxxie on April 21, 2005, 22:18:30
devil.IL and devil.ILU have the same "create" methods names.

it is not possible to statically import both of these classes at the same time.

a solution would be to rename the creat methods

ilcreate
ilucreate

(there may be more, i haven't used anything other than GL11 IL and ILU)