/* ** 2011 April 5 ** ** The author disclaims copyright to this source code. In place of ** a legal notice, here is a blessing: ** May you do good and not evil. ** May you find forgiveness for yourself and forgive others. ** May you share freely, never taking more than you give. */ package info.ata4.bsplib.struct; /** * Enumeration for level flags. * * @author Nico Bergemann <barracuda415 at yahoo.de> */ public enum LevelFlag { LVLFLAGS_BAKED_STATIC_PROP_LIGHTING_NONHDR, LVLFLAGS_BAKED_STATIC_PROP_LIGHTING_HDR; }