Sfoglia il codice sorgente

Added System class description

Thomas Buck 11 anni fa
parent
commit
42393fc981
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3
    1
      src/System.h

+ 3
- 1
src/System.h Vedi 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…
Annulla
Salva