]> git.sesse.net Git - stockfish/blobdiff - src/application.h
Add non-linear threats evaluation
[stockfish] / src / application.h
index f71493842ef74cd0df7a118e9c9dc380596b2066..931e2e2bab0437b70e38d68e96601030b88226cd 100644 (file)
@@ -1,7 +1,7 @@
 /*
   Stockfish, a UCI chess playing engine derived from Glaurung 2.1
   Copyright (C) 2004-2008 Tord Romstad (Glaurung author)
-  Copyright (C) 2008 Marco Costalba
+  Copyright (C) 2008-2010 Marco Costalba, Joona Kiiski, Tord Romstad
 
   Stockfish is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -32,15 +32,8 @@ class Application {
 
 public:
   static void initialize();
+  static void free_resources();
   static void exit_with_failure();
-
- ~Application();
-
-private:
-  static Application& instance();
-
-  void init();
-  void deallocateAll();
 };
 
 #endif // !defined(APPLICATION_H_INCLUDED)