mirror of
https://github.com/UltraCoderRU/screepsxx.git
synced 2026-01-28 10:05:13 +00:00
6 lines
108 B
C++
6 lines
108 B
C++
#ifndef SCREEPS_JSON_HPP
|
|
#define SCREEPS_JSON_HPP
|
|
|
|
#include <nlohmann/json.hpp>
|
|
|
|
#endif // SCREEPS_JSON_HPP
|