17 #ifndef HEADER_SUPERTUX_SDK_INTEGRATION_HPP 18 #define HEADER_SUPERTUX_SDK_INTEGRATION_HPP 47 for (
int i = 0; i < static_cast<int>(
m_details.size()); i++)
111 static void init_all();
112 static void update_all();
113 static void close_all();
118 virtual void init() = 0;
119 virtual void update() = 0;
120 virtual void close() = 0;
124 static std::vector<Integration*> sdks;
long int m_timestamp
Any timestamp relative to the game.
Definition: integration.hpp:101
Definition: integration.hpp:104
int m_party_count
The amount of people in the group (0 = no party)
Definition: integration.hpp:90
std::vector< std::string > m_details
A list of lines describing what the player is doing.
Definition: integration.hpp:87
Definition: integration.hpp:26
int m_party_max
The maximum amount of people in the group (0 = no limit)
Definition: integration.hpp:93