More doxy, more recompiling all.

This commit is contained in:
Jason Felds
2011-02-19 17:00:32 -05:00
parent 9d13036e08
commit e9449cb50e
12 changed files with 93 additions and 43 deletions
+4 -1
View File
@@ -18,7 +18,10 @@
static Preference<bool> g_bShowMasks("ShowMasks", false);
/* It's useful to be able to construct a basic Actor in XML, in
/**
* @brief Set up a hidden Actor that won't be drawn.
*
* It's useful to be able to construct a basic Actor in XML, in
* order to simply delay a Transition, or receive and send broadcasts.
* Since these actors will never draw, set them hidden by default. */
class HiddenActor: public Actor