mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 17:04:55 +00:00
Convert to pragma once
This commit is contained in:
@@ -86,8 +86,7 @@ def getqualified(tp):
|
||||
headerf = open('TCastTo.hpp', 'w')
|
||||
sourcef = open('TCastTo.cpp', 'w')
|
||||
|
||||
headerf.write('''#ifndef __TCASTTO_HPP__
|
||||
#define __TCASTTO_HPP__
|
||||
headerf.write('''#pragma once
|
||||
|
||||
namespace urde
|
||||
{
|
||||
@@ -153,8 +152,6 @@ public:
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __TCASTTO_HPP__
|
||||
''')
|
||||
|
||||
headerf.close()
|
||||
|
||||
Reference in New Issue
Block a user