medfall

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 51feb0d3972ac505b5591a068d687d9f0ca92ce4
parent e76475d0529df8d22da10242f06ad343bcb9f357
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Thu Sep 17 20:12:50 +0100

Some TODOs

Diffstat:
game.h | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/game.h b/game.h @@ -3,6 +3,11 @@ // hard = many weeks // hard++ = significant study required // +// general +// general maths functions like clamp/rng - medium +// bounded arithmetic classes? - easy/medium +// would be used in terrain manager +// // rendering // textures - easy/medium // unify the renderers - hard