X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Flibgame%2Fsystem.h;h=48e06ae1d3394aabac4916e46af371210df2b848;hb=cb586ba720ddae3c6d05ba1723b5bd4d58bc98bd;hp=06bed391eaaef0ec84ceae8c2d87c71634dcba31;hpb=4ccec4f3adc1eb08fd5c3fe08d4168803b9f8e6c;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index 06bed391..48e06ae1 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -1294,6 +1294,12 @@ struct XY int x, y; }; +struct XYTileSize +{ + int x, y; + int tile_size; +}; + struct Rect { int x, y; @@ -1462,7 +1468,6 @@ Bitmap *LoadImage(char *); Bitmap *LoadCustomImage(char *); void ReloadCustomImage(Bitmap *, char *); -Bitmap *ZoomBitmap(Bitmap *, int, int); void ReCreateGameTileSizeBitmap(Bitmap **); void CreateBitmapWithSmallBitmaps(Bitmap **, int, int); void CreateBitmapTextures(Bitmap **);