Faker C++
Loading...
Searching...
No Matches
VideoGame.h
Go to the documentation of this file.
1#pragma once
2
3#include <string_view>
4#include "faker-cxx/Export.h"
5
6
8{
18 FAKER_CXX_EXPORT std::string_view gameTitle();
19
29 FAKER_CXX_EXPORT std::string_view genre();
30
40 FAKER_CXX_EXPORT std::string_view platform();
41
51 FAKER_CXX_EXPORT std::string_view studioName();
52}
Definition VideoGame.h:8
FAKER_CXX_EXPORT std::string_view studioName()
Returns a random video game studio name.
FAKER_CXX_EXPORT std::string_view platform()
Returns a random video game platform.
FAKER_CXX_EXPORT std::string_view gameTitle()
Returns a random video game name.
FAKER_CXX_EXPORT std::string_view genre()
Returns a random video game genre.