Page MenuHomePhabricator (Chris)

grouphud.h
No OneTemporary

Authored By
Unknown
Size
602 B
Referenced Files
None
Subscribers
None

grouphud.h

#ifndef GROUPHUD_H
#define GROUPHUD_H
#include <SFML/Window.hpp>
#include <SFML/Graphics.hpp>
#include <SFML/System.hpp>
namespace efc {
class GroupHud: public sf::Drawable, public sf::Transformable
{
public:
explicit GroupHud( sf::Font *gameFont);
GroupHud();
void setFont(sf::Font *gameFont);
sf::Text seasonName;
sf::Text roundName;
sf::Text monthName;
void setSeason(int seasonNumber);
void setRoundName(int roundNumber);
void setMonthName(int monthNumber);
void draw(sf::RenderTarget& target, sf::RenderStates states) const;
};
}
#endif // GROUPHUD_H

File Metadata

Mime Type
text/x-c++
Expires
Sun, Aug 16, 7:25 AM (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
77384
Default Alt Text
grouphud.h (602 B)

Event Timeline