[ADD] the pause menu can be accessed with the 'P' key. the real button are not implemented yet.

This commit is contained in:
lars
2021-06-01 15:18:07 +02:00
parent ef466c9d95
commit 2468d7fa7f
10 changed files with 122 additions and 23 deletions

View File

@@ -1,3 +1,4 @@
#include <iostream>
#include <GL/glew.h>
#include <GLFW/glfw3.h>
#include <map>
@@ -5,6 +6,10 @@
namespace scene
{
Startup_Scene::~Startup_Scene()
{
std::cout << "startup scene gone!" << std::endl;
}
scene::Scenes scene::Startup_Scene::start(GLFWwindow *window)
{