2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 10:27:42 +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_BASE
#define CTOOL_BASE
#pragma once
#include <string>
#include <vector>
@@ -274,4 +273,3 @@ static hecl::SystemString MakePathArgAbsolute(const hecl::SystemString& arg,
#endif
}
#endif // CTOOL_BASE