Loading...
Searching...
No Matches
Helper.h
Go to the documentation of this file.
1//
2// Created by Dave Smith on 11/13/22.
3//
4
5#ifndef PORTFOLIO_HELPER_H
6#define PORTFOLIO_HELPER_H
7
8#pragma once
13
14#include <SFML/Graphics.hpp>
15
16namespace ml
17{
36 class Helper
37 {
38 public:
46 static void output(sf::Vector2f vector);
47
55 static void output(sf::FloatRect floatRect);
56 };
57
58} // namespace ml
59#endif // PORTFOLIO_HELPER_H
Static debug helpers for printing SFML value types.
Definition Helper.h:37
static void output(sf::Vector2f vector)
Print a sf::Vector2f to stdout.
static void output(sf::FloatRect floatRect)
Print a sf::FloatRect to stdout.
Definition Component.h:18
Rect< float > FloatRect
Vector2< float > Vector2f