X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Feditor.h;h=662d2093fc42bfd5afb4ceb4d9e637b53d691220;hp=b39d676552900e6d43c9f15c59c0269f54324abb;hb=115ce6f2da1914d68b0fe0e5f9082973190dacdd;hpb=085eaa4c64f1254101fe59747e87aacb009ebe3b diff --git a/src/editor.h b/src/editor.h index b39d6765..662d2093 100644 --- a/src/editor.h +++ b/src/editor.h @@ -14,17 +14,17 @@ #include "main.h" -void CreateLevelEditorGadgets(); -void FreeLevelEditorGadgets(); -void UnmapLevelEditorGadgets(); +void CreateLevelEditorGadgets(void); +void FreeLevelEditorGadgets(void); +void UnmapLevelEditorGadgets(void); void DrawLevelEd(void); void HandleLevelEditorKeyInput(Key); -void HandleLevelEditorIdle(); +void HandleLevelEditorIdle(void); void HandleEditorGadgetInfoText(void *ptr); void RequestExitLevelEditor(boolean, boolean); -void PrintEditorElementList(); +void PrintEditorElementList(void); -void DumpBrush(); -void DumpBrush_Small(); +void DumpBrush(void); +void DumpBrush_Small(void); #endif