aboutsummaryrefslogtreecommitdiff
path: root/src/SearchBar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/SearchBar.cpp')
-rw-r--r--src/SearchBar.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/SearchBar.cpp b/src/SearchBar.cpp
index 419ca38..fa81c61 100644
--- a/src/SearchBar.cpp
+++ b/src/SearchBar.cpp
@@ -2,9 +2,12 @@
#include "../include/Scale.hpp"
#include <SFML/Window/Event.hpp>
#include <SFML/Window/Clipboard.hpp>
+#include <SFML/Graphics/RenderWindow.hpp>
#include <cmath>
#include <assert.h>
+// TODO: Use a seperate placeholder sf::Text instead of switching the text to placeholder text....
+
const sf::Color text_placeholder_color(255, 255, 255, 100);
const sf::Color front_color(55, 60, 68);
const float background_margin_horizontal = 15.0f;