diff options
| author | Jakob Fries <jakob.fries@gmail.com> | 2007-08-05 15:56:32 +0000 |
|---|---|---|
| committer | Jakob Fries <jakob.fries@gmail.com> | 2007-08-05 15:56:32 +0000 |
| commit | e4829981b1d3e746a8f2b6c6cc41b8ba965c5e0e (patch) | |
| tree | 126f12b869d45d12365d16d1b01e05d4099c4151 /src/editor/editor.cpp | |
| parent | 9abbb0899b3770d29937c5b761a09d0ce42ed76b (diff) | |
| download | zcatch-e4829981b1d3e746a8f2b6c6cc41b8ba965c5e0e.tar.gz zcatch-e4829981b1d3e746a8f2b6c6cc41b8ba965c5e0e.zip | |
Diffstat (limited to 'src/editor/editor.cpp')
| -rw-r--r-- | src/editor/editor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/editor/editor.cpp b/src/editor/editor.cpp index 1ca1c197..ae7bfcd2 100644 --- a/src/editor/editor.cpp +++ b/src/editor/editor.cpp @@ -1,6 +1,7 @@ #include <stdio.h> #include <baselib/system.h> #include <baselib/input.h> +#include <baselib/config.h> //#include <baselib/mouse.h> #include <engine/interface.h> |