aboutsummaryrefslogtreecommitdiffstats
path: root/src/switches.inc
diff options
context:
space:
mode:
authortobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-10-28 19:31:17 +0000
committertobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-10-28 19:31:17 +0000
commit4025ea3e81b0d2ec4492f3a0b3e374ce1568bdf5 (patch)
treeaf5094d7048b3c03c690b11a2bc5e166a444fd9a /src/switches.inc
parentcf4e5393ccee3af7d592c680ecf7c22f7bc4a4be (diff)
downloadusdx-4025ea3e81b0d2ec4492f3a0b3e374ce1568bdf5.tar.gz
usdx-4025ea3e81b0d2ec4492f3a0b3e374ce1568bdf5.tar.xz
usdx-4025ea3e81b0d2ec4492f3a0b3e374ce1568bdf5.zip
switch UseFreetype added to toggle between bitmap-font and freetype font
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1484 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src/switches.inc')
-rw-r--r--src/switches.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/switches.inc b/src/switches.inc
index cfd57fd4..215fe239 100644
--- a/src/switches.inc
+++ b/src/switches.inc
@@ -65,6 +65,8 @@
{$DEFINE CONSOLE}
{$IFEND}
+{.$DEFINE UseFreetype}
+
// audio config
{$IF Defined(HaveBASS)}
{$DEFINE UseBASSPlayback}