hedgewars/uFLDrawnMap.pas
branchqmlfrontend
changeset 11462 33a0e3a14ddc
child 11480 b0c34402038c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/hedgewars/uFLDrawnMap.pas	Sat Dec 26 22:29:57 2015 +0300
@@ -0,0 +1,13 @@
+unit uFLDrawnMap;
+interface
+
+function decodeDrawnMap(data: ansistring): ansistring;
+
+implementation
+uses uUtils;
+
+function decodeDrawnMap(data: ansistring): ansistring;
+begin
+end;
+
+end.