src/EditHistory.h

changeset 641
425b169a82aa
parent 638
382226e40865
child 642
751a8df42842
equal deleted inserted replaced
640:d4dda62c6600 641:425b169a82aa
14 * 14 *
15 * You should have received a copy of the GNU General Public License 15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */ 17 */
18 18
19 #ifndef LDFORGE_HISTORY_H 19 #pragma once
20 #define LDFORGE_HISTORY_H
21
22 #include "Main.h" 20 #include "Main.h"
23 #include "LDObject.h" 21 #include "LDObject.h"
24 22
25 #define IMPLEMENT_HISTORY_TYPE(N) \ 23 #define IMPLEMENT_HISTORY_TYPE(N) \
26 virtual ~N##History() {} \ 24 virtual ~N##History() {} \
178 b (b) {} 176 b (b) {}
179 177
180 private: 178 private:
181 int a, b; 179 int a, b;
182 }; 180 };
183
184 #endif // LDFORGE_HISTORY_H

mercurial