[Freeciv-Dev] Re: client programming problems
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Ok, i got that about the declaration of variables before other code, i'm
simply not used to C programming. Thanks !
I still don't know how to deal with the OpenGL library. Where and how do i
have to link this ?
Another problem is that the standard 2D tilesets used by the other clients
don't make much sense in a 3D client, so i'd like to switch off tileset
loading at client startup (this actually fails completely and crashes the
client). Perhaps it could be done by a macro switch in the common client code
(something like "#ifndef client_opengl <load tilesets> #endif", but i haven't
found a proper declaration of the client type.
|
|