Add graphics module base

This commit is contained in:
Jérôme Leclercq
2020-09-20 14:52:44 +02:00
parent e9f3e39194
commit 95c9ad0fd8
9 changed files with 209 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
// Copyright (C) 2020 Jérôme Leclercq
// This file is part of the "Nazara Engine - Graphics module"
// For conditions of distribution and use, see copyright notice in Config.hpp
#pragma once
#ifndef NAZARA_ENUMS_GRAPHICS_HPP
#define NAZARA_ENUMS_GRAPHICS_HPP
namespace Nz
{
}
#endif // NAZARA_ENUMS_GRAPHICS_HPP