[go: up one dir, main page]

Menu

[897c37]: / mlib / lib / README  Maximize  Restore  History

Download this file

10 lines (6 with data), 297 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
/lib directory
--------------

  /lib contains library code, ie. code that has potentially general uses,
  and is not specific to any particular game paradigm.

  /lib code should ideally be non-persistent (but the code may read in
  constant information from save files of configuration files).