src/widget/widget_panel.cpp
branchcpp_gui
changeset 6258 a2f86b8fd99b
child 6264 9fc3b5467396
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/widget/widget_panel.cpp	Sun Feb 18 14:17:28 2007 +0000
@@ -0,0 +1,19 @@
+/* $Id$ */
+
+#include "../stdafx.h"
+#include <stdarg.h>
+#include "../openttd.h"
+#include "../debug.h"
+#include "../functions.h"
+#include "../map.h"
+#include "../player.h"
+#include "../window.h"
+#include "../gfx.h"
+#include "../viewport.h"
+#include "../console.h"
+#include "../variables.h"
+#include "../table/sprites.h"
+#include "../genworld.h"
+#include "../helpers.hpp"
+
+