Lindenmayer System
A Simple L-system Image Generator Featuring Turtle Graphics
Src Directory Reference

Files

file  CMain.cpp [code]
 Code for the main class CMain.
 
file  CMain.h [code]
 Interface for the main class CMain.
 
file  Includes.h [code]
 Useful includes.
 
file  Lsystem.cpp [code]
 Code for LProduction and LSystem.
 
file  Lsystem.h [code]
 Interface for LProduction and LSystem.
 
file  Main.cpp [code]
 The window procedure WndProc(), and wWinMain().
 
file  Random.cpp [code]
 Code for the pseudorandom number generator CRandom.
 
file  Random.h [code]
 Interface for the pseudorandom number generator CRandom.
 
file  Types.h [code]
 Useful types and structures.
 
file  WindowsHelpers.cpp [code]
 Code for some helpful Windows-specific functions.
 
file  WindowsHelpers.h [code]
 Interface for some helpful Windows-specific functions.