mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
20 lines
318 B
Plaintext
20 lines
318 B
Plaintext
// BEGIN_INTERNALS
|
|
/*
|
|
FILE: inverthtml.dm
|
|
DIR:
|
|
MAP_ICON_TYPE: 0
|
|
AUTO_FILE_DIR: ON
|
|
*/
|
|
// END_INTERNALS
|
|
// BEGIN_FILE_DIR
|
|
#define FILE_DIR .
|
|
// END_FILE_DIR
|
|
// BEGIN_PREFERENCES
|
|
#define DEBUG
|
|
// END_PREFERENCES
|
|
// BEGIN_INCLUDE
|
|
#include "colour2html.dm"
|
|
#include "hexadecimal.dm"
|
|
#include "inverthtml.dm"
|
|
// END_INCLUDE
|