clang-format everything
This commit is contained in:
+2
-6
@@ -3,13 +3,11 @@
|
||||
#include <stdint.h>
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <random>
|
||||
#include <string>
|
||||
|
||||
#include "StaticGameData.hh"
|
||||
#include "GSLArchive.hh"
|
||||
|
||||
|
||||
#include "StaticGameData.hh"
|
||||
|
||||
class RareItemSet {
|
||||
public:
|
||||
@@ -52,8 +50,6 @@ protected:
|
||||
RareItemSet() = default;
|
||||
};
|
||||
|
||||
|
||||
|
||||
class GSLRareItemSet : public RareItemSet {
|
||||
public:
|
||||
GSLRareItemSet(std::shared_ptr<const std::string> data, bool is_big_endian);
|
||||
|
||||
Reference in New Issue
Block a user