cpp_photon/ndoc/Menu.txt

90 lines
2.6 KiB
Plaintext
Raw Normal View History

2005-04-21 19:30:19 +00:00
Format: 1.35
2005-08-08 19:35:10 +00:00
Title: Photon 0.0.1
2005-04-21 19:30:19 +00:00
SubTitle: Simple Open Source 2D Game API
Footer: Documentation for <a href="http://photon.sourceforge.net">photon</a>. Copyright (C) 2004-2005 James Turk
# --------------------------------------------------------------------------
#
# Cut and paste the lines below to change the order in which your files
# appear on the menu. Don't worry about adding or removing files, Natural
# Docs will take care of that.
#
# You can further organize the menu by grouping the entries. Add a
# "Group: [name] {" line to start a group, and add a "}" to end it.
#
# You can add text and web links to the menu by adding "Text: [text]" and
# "Link: [name] ([URL])" lines, respectively.
#
# The formatting and comments are auto-generated, so don't worry about
# neatness when editing the file. Natural Docs will clean it up the next
# time it is run. When working with groups, just deal with the braces and
# forget about the indentation and comments.
#
# --------------------------------------------------------------------------
Group: photon:: {
File: Application (Application.hpp)
File: Basic Types (types.hpp)
File: Exception/Error Types (exceptions.hpp)
File: Log (Log.hpp)
File: Logging Utilities (LogSink.hpp)
2005-08-08 19:35:10 +00:00
File: PhotonMain (entrypoint.hpp)
2005-07-21 03:51:12 +00:00
File: ResourceManaged (ResourceManaged.hpp)
File: ResourceManager (ResourceManager.hpp)
2005-08-08 19:35:10 +00:00
File: State (State.hpp)
File: Task (Task.hpp)
2005-08-17 06:35:54 +00:00
File: TaskManager (Kernel.hpp)
2005-07-21 03:51:12 +00:00
Group: Audio:: {
File: AudioCore (audio/AudioCore.hpp)
File: Source (audio/Source.hpp)
} # Group: Audio::
2005-04-21 19:30:19 +00:00
2005-07-21 03:51:12 +00:00
Group: Math:: {
2005-04-21 19:30:19 +00:00
File: Circle (math/Circle.hpp)
File: Math Utilities (math/math.hpp)
File: Rect (math/Rect.hpp)
File: Vector2 (math/Vector2.hpp)
2005-07-21 03:51:12 +00:00
} # Group: Math::
2005-04-21 19:30:19 +00:00
2005-07-21 03:51:12 +00:00
Group: Util:: {
2005-04-21 19:30:19 +00:00
File: ConfigFile (util/ConfigFile.hpp)
File: FileBuffer (util/FileBuffer.hpp)
File: filesys:: (util/filesys/filesys.hpp)
File: RandGen (util/RandGen.hpp)
File: Singleton (util/Singleton.hpp)
File: Timer (util/Timer.hpp)
File: VersionInfo (util/VersionInfo.hpp)
2005-07-21 03:51:12 +00:00
} # Group: Util::
2005-04-21 19:30:19 +00:00
2005-07-21 03:51:12 +00:00
Group: Video:: {
2005-04-21 19:30:19 +00:00
File: Color (video/Color.hpp)
2005-07-05 06:44:55 +00:00
File: Font (video/Font.hpp)
File: Image (video/Image.hpp)
2005-04-21 19:30:19 +00:00
File: Pen (video/Pen.hpp)
File: Texture (video/Texture.hpp)
2005-07-21 03:51:12 +00:00
} # Group: Video::
2005-04-21 19:30:19 +00:00
} # Group: photon::
Group: Index {
Index: Everything
Class Index: Classes
Constant Index: Constants
Function Index: Functions
Type Index: Types
Variable Index: Variables
} # Group: Index