X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.h;h=3413308c8926cfa395c5ea028f6ee191d49e36a0;hb=1d7ec87196d24515b3d6e9400c689d9cd48c49f5;hp=1983653110101a86f592907767c2e1c1d9bc0cfa;hpb=04e5f3736d715014bb08d7daf8493f96525784f9;p=rocksndiamonds.git diff --git a/src/tools.h b/src/tools.h index 19836531..3413308c 100644 --- a/src/tools.h +++ b/src/tools.h @@ -183,6 +183,7 @@ void DrawLevelFieldCrumbled(int, int); void DrawLevelFieldCrumbledDigging(int, int, int, int); void DrawLevelFieldCrumbledNeighbours(int, int); void DrawScreenGraphic(int, int, int, int); +void DrawLevelGraphic(int, int, int, int); void DrawScreenElement(int, int, int); void DrawLevelElement(int, int, int); void DrawScreenField(int, int); @@ -299,6 +300,9 @@ void ChangeViewportPropertiesIfNeeded(void); boolean CheckIfAllViewportsHaveChanged(void); boolean CheckFadeAll(void); +void OpenURL(char *); +void OpenURLFromHash(SetupFileHash *, int); + void TestGeneratingUUIDs(void); #endif // TOOLS_H