Skip to content
Snippets Groups Projects
Commit 93877626 authored by Gontier Antonin's avatar Gontier Antonin :fox:
Browse files

Utils.h renommé en Utils.hpp, mise à jour des #include correspondants

parent e26794b1
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@
#include <cstdint>
#include <thread>
#include <random>
#include "Utils.h"
#include "Utils.hpp"
namespace Utils
{
......
......@@ -16,7 +16,7 @@
along with Leela Zero. If not, see <http://www.gnu.org/licenses/>.
*/
#include "Utils.h"
#include "Utils.hpp"
Utils::ThreadPool thread_pool;
......
File moved
#include <iostream>
#include <ale_interface.hpp>
#include "agent_worker.hpp"
#include "Utils.h"
#include "Utils.hpp"
using namespace std;
// #include <termios.h>
......
......@@ -3,7 +3,7 @@
#include "master_slave.hpp"
#include <fstream>
#include <boost/archive/text_iarchive.hpp>
#include "Utils.h"
#include "Utils.hpp"
int main(int argc, char *argv[])
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment