mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-08 21:17:50 +00:00
Convert to pragma once
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#ifndef BOO_COCOACOMMON_HPP
|
||||
#define BOO_COCOACOMMON_HPP
|
||||
#pragma once
|
||||
#if __APPLE__
|
||||
|
||||
#if !__has_feature(objc_arc)
|
||||
@@ -42,4 +41,3 @@ namespace boo
|
||||
#endif
|
||||
|
||||
#endif // __APPLE__
|
||||
#endif // BOO_COCOACOMMON_HPP
|
||||
|
||||
Reference in New Issue
Block a user