Loading...
Searching...
No Matches
Helper.h
Go to the documentation of this file.
1// Copyright (c) 2025 Dave R. Smith. All rights reserved.
2// Malena Framework — Proprietary Software. See LICENSE for terms.
3
4//
5// Created by Dave Smith on 11/13/22.
6//
7
8#ifndef MALENA_PORTFOLIO_HELPER_H
9#define MALENA_PORTFOLIO_HELPER_H
10
11#pragma once
16
18#include <SFML/Graphics.hpp>
19
20namespace ml
21{
41 {
42 public:
50 static void output(sf::Vector2f vector);
51
59 static void output(sf::FloatRect floatRect);
60 };
61
62} // namespace ml
63#endif // MALENA_PORTFOLIO_HELPER_H
Static debug helpers for printing SFML value types.
Definition Helper.h:41
static void output(sf::Vector2f vector)
Print a sf::Vector2f to stdout.
static void output(sf::FloatRect floatRect)
Print a sf::FloatRect to stdout.
#define MALENA_API
Definition Component.h:22
Rect< float > FloatRect
Vector2< float > Vector2f