hedgewars/uWorld.pas
changeset 10870 5efea5942475
parent 10869 f23763bbac1b
child 10871 570af168cc74
equal deleted inserted replaced
10869:f23763bbac1b 10870:5efea5942475
    15  * along with this program; if not, write to the Free Software
    15  * along with this program; if not, write to the Free Software
    16  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
    16  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
    17  *)
    17  *)
    18 
    18 
    19 {$INCLUDE "options.inc"}
    19 {$INCLUDE "options.inc"}
    20 {$IF GLunit = GL}{$DEFINE GLunit:=GL,GLext}{$ENDIF}
    20 {$IF GLunit = GL}{$DEFINE GLunit:=GL}{$ENDIF}
    21 
    21 
    22 unit uWorld;
    22 unit uWorld;
    23 interface
    23 interface
    24 uses SDLh, uGears, uConsts, uFloat, uRandom, uTypes, uRenderUtils;
    24 uses SDLh, uGears, uConsts, uFloat, uRandom, uTypes, uRenderUtils;
    25 
    25