add flag to toggle tracy (disabled for now)
This commit is contained in:
@ -1,14 +1,14 @@
|
||||
#ifndef __RENDERER_HPP_
|
||||
#define __RENDERER_HPP_
|
||||
|
||||
#include <raylib.h>
|
||||
#include <raymath.h>
|
||||
|
||||
#include "camera.hpp"
|
||||
#include "config.hpp"
|
||||
#include "input.hpp"
|
||||
#include "state.hpp"
|
||||
|
||||
#include <raylib.h>
|
||||
#include <raymath.h>
|
||||
|
||||
class Renderer {
|
||||
private:
|
||||
const StateManager &state;
|
||||
|
||||
Reference in New Issue
Block a user