Mercurial > fife-parpg
diff engine/core/modules.h @ 495:ae9f5383f5b1
Added a new log module called Script. This should be used by the python modules.
Did some code cleanup and comment cleanup.
Added some more visible log modules to the shooter demo for fun.
author | prock@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Tue, 11 May 2010 21:30:55 +0000 |
parents | 90005975cdbb |
children | b312d170ab0c |
line wrap: on
line diff
--- a/engine/core/modules.h Mon May 10 15:54:21 2010 +0000 +++ b/engine/core/modules.h Tue May 11 21:30:55 2010 +0000 @@ -62,6 +62,7 @@ LM_VIEWVIEW, LM_XML, LM_EXCEPTION, + LM_SCRIPT, LM_MODULE_MAX // sentinel }; @@ -96,7 +97,8 @@ {LM_CAMERA, LM_VIEW, "Camera"}, \ {LM_VIEWVIEW, LM_VIEW, "View::View"}, \ {LM_XML, LM_CORE, "XML"}, \ - {LM_EXCEPTION, LM_CORE, "Exception"} \ + {LM_EXCEPTION, LM_CORE, "Exception"}, \ + {LM_SCRIPT, LM_CORE, "Script"} \ }; #endif