sdr 0.7

net.cscott.sdr
Class DevSettings

java.lang.Object
  extended by net.cscott.sdr.DevSettings

public abstract class DevSettings
extends Object

This class defines some simple constants to allow us to turn off or enable certain features during development.

Author:
C. Scott Ananian

Field Summary
static boolean GRAPHICS_DEBUG
          Add some extra graphical debugging indicators: fps indication and memory gauge.
static boolean ONLY_C4_GRAMMAR
          Speed up compilation by only building the C4 grammar, not all the separate grammars for each level.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ONLY_C4_GRAMMAR

public static final boolean ONLY_C4_GRAMMAR
Speed up compilation by only building the C4 grammar, not all the separate grammars for each level.

See Also:
Constant Field Values

GRAPHICS_DEBUG

public static final boolean GRAPHICS_DEBUG
Add some extra graphical debugging indicators: fps indication and memory gauge.

See Also:
Constant Field Values

sdr 0.7

Copyright © 2006-2009 C. Scott Ananian