sprites and ttf work
This commit is contained in:
@@ -2,9 +2,13 @@
|
||||
// Created by m on 12/3/21.
|
||||
//
|
||||
#include "../engine/game/game.hpp"
|
||||
#include "../engine/rendering/renderer.hpp"
|
||||
#ifndef RLA_IIPP_VISUALIZER_HPP
|
||||
#define RLA_IIPP_VISUALIZER_HPP
|
||||
|
||||
#define TITLE "test"
|
||||
#define WIN_WIDTH 800
|
||||
#define WIN_HEIGHT 600
|
||||
#define TARGET_FPS 61
|
||||
|
||||
class Visualizer : public Game {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user