Doku fuer den Laden hinzugefuegt.

Change-Id: Icf38320345267d3769295f5fd3ceab085a3c28e5
diff --git a/doc/sphinx/lfun/GetShopItems.rst b/doc/sphinx/lfun/GetShopItems.rst
new file mode 100644
index 0000000..f1b838c
--- /dev/null
+++ b/doc/sphinx/lfun/GetShopItems.rst
@@ -0,0 +1,32 @@
+GetShopItems()
+==============
+
+FUNKTION
+--------
+
+    protected object* GetShopItems()
+
+DEFINIERT IN
+------------
+    /std/room/shop.c
+
+BESCHREIBUNG
+------------
+
+    Erstellt ein Array mit den zum Verkauf stehenden Objekten.
+
+BEMERKUNG
+---------
+
+    Enthaelt nur jeweils einen Clone von jeder Blueprint.
+
+RUECKGABEWERTE
+--------------
+
+    Object-Array mit zuerst den Objekten im Store und anschliessend den
+    fixed-Objects.
+
+SIEHE AUCH
+----------
+
+    :doc:`PrintList`
\ No newline at end of file