Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
autosquash committed Jan 2, 2024
1 parent 676a1b9 commit 948e009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared.h
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#pragma once

#include <SFML/Graphics.hpp>
#include <cassert>
#include <map>
#include <tuple>
#include <vector>

namespace sf {
class Font;
class RenderWindow;
} // namespace sf

constexpr bool MODO_DESARROLLO = true;
Expand Down

0 comments on commit 948e009

Please sign in to comment.