/platform/unix/platform/vars/cui.d

http://github.com/wilkie/djehuty · 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. module platform.vars.cui;
  9. struct CuiPlatformVars {
  10. }