mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
21 lines
412 B
Plaintext
21 lines
412 B
Plaintext
// DM Environment file for IconProcs.dme.
|
|
// All manual changes should be made outside the BEGIN_ and END_ blocks.
|
|
// New source code should be placed in .dm files: choose File/New --> Code File.
|
|
|
|
// BEGIN_INTERNALS
|
|
/*
|
|
FILE: IconProcs.html
|
|
*/
|
|
// END_INTERNALS
|
|
// BEGIN_FILE_DIR
|
|
#define FILE_DIR .
|
|
// END_FILE_DIR
|
|
|
|
// BEGIN_PREFERENCES
|
|
// END_PREFERENCES
|
|
|
|
// BEGIN_INCLUDE
|
|
#include "IconProcs.dm"
|
|
// END_INCLUDE
|
|
|