X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Fbase%2Fapplications%2Fpaint%2Fhistory.h;h=a373ea5a1027ba00bad856dc4b74cb92bb7450da;hp=b0733e99e8edcd54bffe59c77c4791852a67525c;hb=bd9d264de3f6f76f6cb176da8816b70e99c07420;hpb=f51eb1ce6037e8f78c2ff0a1484608d5d138f322 diff --git a/reactos/base/applications/paint/history.h b/reactos/base/applications/paint/history.h index b0733e99e8e..a373ea5a102 100644 --- a/reactos/base/applications/paint/history.h +++ b/reactos/base/applications/paint/history.h @@ -6,16 +6,16 @@ * PROGRAMMERS: Benedikt Freisen */ -void newReversible(); +void newReversible(void); -void undo(); +void undo(void); -void redo(); +void redo(void); -void resetToU1(); +void resetToU1(void); -void clearHistory(); +void clearHistory(void); -void insertReversible(); +void insertReversible(HBITMAP hbm); void cropReversible(int width, int height, int xOffset, int yOffset);