removed cruft from quickwings
This commit is contained in:
parent
6abdc90a3a
commit
a61d10bb56
1 changed files with 7 additions and 18 deletions
|
@ -1,14 +1,10 @@
|
|||
/**
|
||||
* paradiso - Paradigmen der Softwareentwicklung
|
||||
*
|
||||
* (c) Copyright 2023 Hartmut Seichter, Robin Rottstädt, brxxh (Hannes Brothuhn)
|
||||
* (c) Copyright 2023-2024 Hartmut Seichter, Robin Rottstädt, brxxh (Hannes Brothuhn)
|
||||
*
|
||||
*/
|
||||
|
||||
#include <bits/iterator_concepts.h>
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
#include <ostream>
|
||||
#include <paradiso/bitmap.hpp>
|
||||
#include <paradiso/bitmap_io.hpp>
|
||||
#include <paradiso/context.hpp>
|
||||
|
@ -20,14 +16,7 @@
|
|||
#include <paradiso/window.hpp>
|
||||
|
||||
#include <chrono>
|
||||
#include <iomanip>
|
||||
#include <iostream>
|
||||
#include <thread>
|
||||
#include <unordered_map>
|
||||
#include <cstdlib>
|
||||
#include <ctime>
|
||||
|
||||
// #include "lib/image_loader.hpp"
|
||||
|
||||
const int frame_rate = 60;
|
||||
bool game_over = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue