Ejemplo n.º 1
0
 public static Engine getInstance()
 {
     if (instance == null)
         instance = new Engine();
     return instance;
 }