hedgewars/uLandObjects.pas
changeset 2630 079ef82eac75
parent 2603 abed6070a669
child 2647 0e1208e92dfe
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 uLandObjects;
    21 unit uLandObjects;
    20 interface
    22 interface
    21 uses SDLh;
    23 uses SDLh;
    22 {$INCLUDE "options.inc"}
       
    23 
    24 
    24 procedure AddObjects();
    25 procedure AddObjects();
    25 procedure LoadThemeConfig;
    26 procedure LoadThemeConfig;
    26 procedure BlitImageAndGenerateCollisionInfo(cpX, cpY, Width: Longword; Image: PSDL_Surface);
    27 procedure BlitImageAndGenerateCollisionInfo(cpX, cpY, Width: Longword; Image: PSDL_Surface);
    27 procedure AddOnLandObjects(Surface: PSDL_Surface);
    28 procedure AddOnLandObjects(Surface: PSDL_Surface);