From d767d5e803f4c8b297a9db7189c2774709f17080 Mon Sep 17 00:00:00 2001 From: James Turk Date: Sun, 27 Feb 2005 11:23:55 +0000 Subject: [PATCH] introduction of Menu.txt --- ndoc/Menu.txt | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 ndoc/Menu.txt diff --git a/ndoc/Menu.txt b/ndoc/Menu.txt new file mode 100644 index 0000000..8a8de56 --- /dev/null +++ b/ndoc/Menu.txt @@ -0,0 +1,54 @@ +Format: 1.32 + + +Title: Photon +SubTitle: Simple Open Source 2D Game API +Footer: Documentation for photon. Copyright (C) 2004-2005 James Turk + + +Group: photon:: { + + File: AppCore (AppCore.hpp) + File: Application (Application.hpp) + File: Basic Types (types.hpp) + File: Entrypoint (entrypoint.hpp) + File: Exception/Error Types (exceptions.hpp) + File: Log (Log.hpp) + File: Logging Utilities (LogSink.hpp) + + +Group: audio:: { + + File: AudioCore (audio/AudioCore.hpp) + } # Group: Audio:: + +Group: math:: { + + File: Circle (math/Circle.hpp) + File: Math Utilities (math/math.hpp) + File: Rect (math/Rect.hpp) + File: Vector2 (math/Vector2.hpp) + } # Group: Math:: + +Group: util:: { + + File: ConfigFile (util/ConfigFile.hpp) + File: File System (util/filesys/filesys.hpp) + File: FileBuffer (util/FileBuffer.hpp) + File: RandGen (util/RandGen.hpp) + File: Singleton (util/Singleton.hpp) + File: VersionInfo (util/VersionInfo.hpp) + } # Group: Util:: +} + +Group: Index { + + Index: Everything + Class Index: Classes + Constant Index: Constants + Function Index: Functions + Type Index: Types + Macro Index: Macros + Variable Index: Variables + } # Group: Index +