7 lines
177 B
D
7 lines
177 B
D
/**
|
|
* Paths to static data.
|
|
*/
|
|
immutable string STATIC_DIR = "/static/";
|
|
immutable string IMG_DIR = STATIC_DIR ~ "img/";
|
|
immutable string SCRIPT_DIR = STATIC_DIR ~ "script/";
|