/platform/unix/platform/vars/cui.d
D | 12 lines | 3 code | 2 blank | 7 comment | 0 complexity | bbd0cef2b986067267f6861492e49c04 MD5 | raw file
1/* 2 * cui.d 3 * 4 * This module contains platform specific variables that are stored with 5 * a CuiApplication for Unix. 6 * 7 */ 8 9module platform.vars.cui; 10 11struct CuiPlatformVars { 12}