2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 16:24:55 +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 SYSTEMCHAR_HPP
#define SYSTEMCHAR_HPP
#pragma once
#ifndef _WIN32
#include <cstdlib>
@@ -62,4 +61,3 @@ typedef struct stat Sstat;
}
#endif