git-svn-id: http://supertux.lethargik.org/svn/supertux/trunk/supertux@6694
837edb03-e0f3-0310-88ca-
d4d4e8b29345
#ifdef HAVE_LIBCURL
# include <curl/curl.h>
# include <curl/easy.h>
-# include <curl/types.h>
#endif
#include "addon/addon.hpp"
Color text_color = default_color;
float x_pos = pos.x;
float y_pos = pos.y + 24*index - menu_height/2 + 12;
- int shadow_size = 2;
int text_width = int(Resources::normal_font->get_text_width(pitem.text));
int input_width = int(Resources::normal_font->get_text_width(pitem.input) + 10);
int list_width = 0;
if(index == active_item)
{
- shadow_size = 3;
text_color = active_color;
}
#define HEADER_SUPERTUX_SUPERTUX_MAINLOOP_HPP
#include <memory>
+#include <cstddef>
#include "scripting/thread_queue.hpp"