Browse Source

Added System class description

Thomas Buck 10 years ago
parent
commit
42393fc981
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      src/System.h

+ 3
- 1
src/System.h View File

@@ -50,7 +50,9 @@ typedef enum {
50 50
     SYS_MOD_KEY_RMETA  = 128,
51 51
 } sdl_sys_mod_key_t;
52 52
 
53
-
53
+/*!
54
+ * \brief Basic Interface for System implementations (SDLSystem)
55
+ */
54 56
 class System
55 57
 {
56 58
 public:

Loading…
Cancel
Save