(NDK) Added Application class
Let's try something Former-commit-id: ebace85e2b050b1fbb994a61a644b60b85cc5a30
This commit is contained in:
24
SDK/include/NDK/Application.hpp
Normal file
24
SDK/include/NDK/Application.hpp
Normal file
@@ -0,0 +1,24 @@
|
||||
// Copyright (C) 2015 Jérôme Leclercq
|
||||
// This file is part of the "Nazara Development Kit"
|
||||
// For conditions of distribution and use, see copyright notice in Prerequesites.hpp
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NDK_APPLICATION_HPP
|
||||
#define NDK_APPLICATION_HPP
|
||||
|
||||
#include <NDK/Prerequesites.hpp>
|
||||
|
||||
namespace Ndk
|
||||
{
|
||||
class NDK_API Application
|
||||
{
|
||||
public:
|
||||
Application();
|
||||
~Application();
|
||||
};
|
||||
}
|
||||
|
||||
#include <NDK/Application.inl>
|
||||
|
||||
#endif // NDK_APPLICATION_HPP
|
||||
Reference in New Issue
Block a user