(svn r12693) -Documentation: add some documentation to some window related stuff. Based on a patch by Albert.

This commit is contained in:
rubidium
2008-04-13 19:01:26 +00:00
parent 87ddcb0d5a
commit 2310557716
3 changed files with 14 additions and 3 deletions

View File

@@ -7,6 +7,9 @@
#include "core/enum_type.hpp"
/**
* Window classes
*/
enum WindowClass {
WC_NONE,
WC_MAIN_WINDOW = WC_NONE,