Differences From Artifact [bd983db748e0ad6a]:
- File
polemy/layer.d
- 2010-11-23 18:28:47 - part of checkin [ba11f1d551] on branch trunk - fixed the macro scoping rules concerning non-macro let (user: kinaba) [annotate]
To Artifact [ec0e00bb40d202e7]:
- File
polemy/layer.d
- 2010-11-24 03:30:56 - part of checkin [20be503cae] on branch trunk - set up referece manual (user: kinaba) [annotate]
1 /** | 1 /**
2 * Authors: k.inaba 2 * Authors: k.inaba
3 * License: NYSL 0.9982 http://www.kmonos.net/nysl/ 3 * License: NYSL 0.9982 http://www.kmonos.net/nysl/
4 * 4 *
5 * Definition of constants related to the layers. 5 * Definition of constants related to the layers.
6 */ 6 */
7 module polemy.layer; 7 module polemy.layer;
8 import polemy._common; 8 import polemy._common;