X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Feditor.h;h=96fe6f29140077275d67e987c617f390216b2111;hb=a3edb6437b8864290bab53bfc3bd1da9595879c1;hp=1b674331bea7df73f0284826a5773e2f1875e9b8;hpb=d0747d3b2d7c61844bc1ad096a4e18d889640018;p=rocksndiamonds.git diff --git a/src/editor.h b/src/editor.h index 1b674331..96fe6f29 100644 --- a/src/editor.h +++ b/src/editor.h @@ -14,6 +14,8 @@ #include "main.h" +boolean isLevelEditorTestGame(void); + void CreateLevelEditorGadgets(void); void FreeLevelEditorGadgets(void); void UnmapLevelEditorGadgets(void);