SDEngine
Game Engine
Loading...
Searching...
No Matches
internal.hpp
Go to the documentation of this file.
1#pragma once
2
3#ifndef FILE_INTERNAL
4#define FILE_INTERNAL _file_local
5#endif
6
7#define FILE_INTERNAL_BEGIN \
8 namespace { \
9 namespace FILE_INTERNAL {
10#define FILE_INTERNAL_END \
11 } \
12 }