00001 /* 00002 * ObjectLookupTable.cpp 00003 * 00004 * Created on: Jul 19, 2011 00005 * Author: Andreas Hertle 00006 */ 00007 00008 #include "tfd_modules/opl/ObjectLookupTable.h" 00009 00010 00011 namespace opl 00012 { 00013 00014 namespace interface 00015 { 00016 00017 ObjectLookupTable* ObjectLookupTable::instance = NULL; 00018 00019 } 00020 00021 } 00022