clang-format everything

This commit is contained in:
Martin Michelsen
2023-04-16 15:44:12 -07:00
parent b733f4e199
commit 91e484e514
119 changed files with 5101 additions and 5664 deletions
-4
View File
@@ -7,8 +7,6 @@
#include "FileContentsCache.hh"
#include "Player.hh"
enum class Episode {
NONE = 0,
EP1 = 1,
@@ -32,8 +30,6 @@ enum class GameMode {
const char* name_for_mode(GameMode mode);
const char* abbreviation_for_mode(GameMode mode);
size_t max_stack_size_for_item(uint8_t data0, uint8_t data1);
extern const vector<string> tech_id_to_name;