#ifndef ICONS_H_B95159A6 #define ICONS_H_B95159A6 #include #ifndef WX_PRECOMP #include #endif #include #include #include class IconCache { public: const wxBitmap* GetIcon(const std::string& filename, wxSize size); private: std::map, wxBitmap> icons_; }; void SetTheIconCache(IconCache* instance); IconCache& GetTheIconCache(); #endif /* end of include guard: ICONS_H_B95159A6 */ ' title='lingo2-archipelago Git repository'/>
about summary refs log tree commit diff stats
blob: a530472d5bbb6d481bd40f71360df4f138b7d9f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
connections {
  from_room: "Main Room"
  to_room: "Back Room"
  door { name: "Main Room Door" }
}
connections {
  from_room: "Back Room"
  to_room: "N2 Room"
  door { name: "Back Room Puzzles" }
}