update compiler flags, fix tracy allocation profiling, fix compiler warnings
This commit is contained in:
@ -1,9 +1,10 @@
|
||||
#include "input.hpp"
|
||||
#include "config.hpp"
|
||||
#include "tracy.hpp"
|
||||
|
||||
#include <algorithm>
|
||||
#include <raylib.h>
|
||||
|
||||
#include "config.hpp"
|
||||
#include "input.hpp"
|
||||
|
||||
auto InputHandler::HandleMouseHover() -> void {
|
||||
const int board_width = GetScreenWidth() / 2.0 - 2 * BOARD_PADDING;
|
||||
const int board_height = GetScreenHeight() - MENU_HEIGHT - 2 * BOARD_PADDING;
|
||||
|
||||
Reference in New Issue
Block a user