mirror of
https://github.com/SFML/SFML.git
synced 2024-11-24 20:31:05 +08:00
Fixed namespace.
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1028 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
5c74cc0800
commit
9919e57bbd
@ -33,7 +33,10 @@
|
|||||||
#include <CoreFoundation/CoreFoundation.h>
|
#include <CoreFoundation/CoreFoundation.h>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
namespace
|
namespace sf
|
||||||
|
{
|
||||||
|
|
||||||
|
namespace priv
|
||||||
{
|
{
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
@ -102,7 +105,10 @@ void working_directory_initializer(void)
|
|||||||
CFRelease(resourceDirectory);
|
CFRelease(resourceDirectory);
|
||||||
}
|
}
|
||||||
|
|
||||||
} // anonymous namespace
|
} // namespace priv
|
||||||
|
|
||||||
|
} // namespace sf
|
||||||
|
|
||||||
|
|
||||||
#endif // SFML_SYSTEM_MACOS
|
#endif // SFML_SYSTEM_MACOS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user