mirror of
https://github.com/open-goal/jak-project
synced 2026-08-11 11:33:51 -04:00
@@ -1,6 +1,6 @@
|
||||
#include "common/log/log.h"
|
||||
#include "common/util/assert.h"
|
||||
#include "json_util.h"
|
||||
#include "common/util/assert.h"
|
||||
|
||||
/*!
|
||||
* Strip out // and / * comments
|
||||
@@ -107,4 +107,4 @@ Range<int> parse_json_optional_integer_range(const nlohmann::json& json) {
|
||||
} else {
|
||||
throw std::runtime_error("Invalid json as input to parse_json_optional_integer_range");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user