2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 21:47:59 +00:00

Convert to pragma once

This commit is contained in:
Jack Andersen
2018-10-06 17:38:44 -10:00
parent 0c3dece31d
commit d1f0450401
37 changed files with 37 additions and 107 deletions

View File

@@ -1,5 +1,4 @@
#ifndef CTOOL_COOK
#define CTOOL_COOK
#pragma once
#include "ToolBase.hpp"
#include <cstdio>
@@ -180,4 +179,3 @@ public:
}
};
#endif // CTOOL_COOK