Add Application base classes (WIP)
This commit is contained in:
committed by
Jérôme Leclercq
parent
67320e02e9
commit
04bfa97579
14
src/Nazara/Platform/AppWindowingComponent.cpp
Normal file
14
src/Nazara/Platform/AppWindowingComponent.cpp
Normal file
@@ -0,0 +1,14 @@
|
||||
// Copyright (C) 2022 Jérôme "Lynix" Leclercq (lynix680@gmail.com)
|
||||
// This file is part of the "Nazara Engine - Platform module"
|
||||
// For conditions of distribution and use, see copyright notice in Config.hpp
|
||||
|
||||
#include <Nazara/Platform/AppWindowingComponent.hpp>
|
||||
#include <Nazara/Platform/Debug.hpp>
|
||||
|
||||
namespace Nz
|
||||
{
|
||||
void AppWindowingComponent::Update(Time elapsedTime)
|
||||
{
|
||||
// SDL_PollEvent
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user