Fixed include guard namespaces in common.
This commit is contained in:
parent
807d0397a1
commit
b358a444fb
@ -5,8 +5,8 @@
|
|||||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*/
|
*/
|
||||||
#ifndef WOMBAT_COMMON_BOUNDS_HPP
|
#ifndef NOSTALGIA_COMMON_BOUNDS_HPP
|
||||||
#define WOMBAT_COMMON_BOUNDS_HPP
|
#define NOSTALGIA_COMMON_BOUNDS_HPP
|
||||||
|
|
||||||
#include "point.hpp"
|
#include "point.hpp"
|
||||||
|
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*/
|
*/
|
||||||
#ifndef WOMBAT_COMMON_COMMON_HPP
|
#ifndef NOSTALGIA_COMMON_COMMON_HPP
|
||||||
#define WOMBAT_COMMON_COMMON_HPP
|
#define NOSTALGIA_COMMON_COMMON_HPP
|
||||||
|
|
||||||
#include "bounds.hpp"
|
#include "bounds.hpp"
|
||||||
#include "flyweight.hpp"
|
#include "flyweight.hpp"
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*/
|
*/
|
||||||
#ifndef MEMPHIS_MEMOPS_HPP
|
#ifndef NOSTALGIA_COMMON_MEMOPS_HPP
|
||||||
#define MEMPHIS_MEMOPS_HPP
|
#define NOSTALGIA_COMMON_MEMOPS_HPP
|
||||||
|
|
||||||
namespace nostalgia {
|
namespace nostalgia {
|
||||||
namespace common {
|
namespace common {
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*/
|
*/
|
||||||
#ifndef WOMBAT_COMMON_POINT_HPP
|
#ifndef NOSTALGIA_COMMON_POINT_HPP
|
||||||
#define WOMBAT_COMMON_POINT_HPP
|
#define NOSTALGIA_COMMON_POINT_HPP
|
||||||
|
|
||||||
namespace wombat {
|
namespace wombat {
|
||||||
namespace common {
|
namespace common {
|
||||||
|
Loading…
Reference in New Issue
Block a user