hedgewars/uWorld.pas
changeset 2630 079ef82eac75
parent 2619 bc2786a00fb8
child 2665 50b4e544c163
equal deleted inserted replaced
2629:be70fd3458c0 2630:079ef82eac75
    14  * You should have received a copy of the GNU General Public License
    14  * You should have received a copy of the GNU General Public License
    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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    16  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    17  *)
    17  *)
    18 
    18 
       
    19 {$INCLUDE "options.inc"}
       
    20 
    19 unit uWorld;
    21 unit uWorld;
    20 interface
    22 interface
    21 uses SDLh, uGears, uConsts, uFloat;
    23 uses SDLh, uGears, uConsts, uFloat;
    22 {$INCLUDE "options.inc"}
    24 
    23 const WorldDx: LongInt = -512;
    25 const WorldDx: LongInt = -512;
    24       WorldDy: LongInt = -256;
    26       WorldDy: LongInt = -256;
    25 
    27 
    26 procedure InitWorld;
    28 procedure InitWorld;
    27 procedure DrawWorld(Lag: LongInt);
    29 procedure DrawWorld(Lag: LongInt);