This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// REMEMBER: Change SUBSYSTEM:WINDOWS to SUBSYSTEM:CONSOLE | |
/* | |
=========================================================================== | |
Copyright (C) 1999-2005 Id Software, Inc. | |
This file is part of Quake III Arena source code. | |
Quake III Arena source code is free software; you can redistribute it | |
and/or modify it under the terms of the GNU General Public License as | |
published by the Free Software Foundation; either version 2 of the License, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script> | |
const imports = { | |
lume: 'https://raw.githack.com/lume/lume/develop/dist/index.js', | |
'lume/': 'https://raw.githack.com/lume/lume/develop/', | |
'@lume/element': 'https://raw.githack.com/lume/element/main/dist/index.js', | |
'classy-solid': 'https://raw.githack.com/lume/classy-solid/main/dist/index.js', | |
'@lume/eventful': 'https://raw.githack.com/lume/eventful/main/dist/index.js', | |
'@lume/kiwi': 'https://raw.githack.com/lume/kiwi/main/dist/kiwi.js', | |
'@lume/three-projected-material/': 'https://raw.githack.com/lume/three-projected-material/main/', | |
'@lume/autolayout': 'https://raw.githack.com/lume/autolayout/main/dist/AutoLayout.js', |
OlderNewer