7#ifndef __EVENT_NETWORK_H__
8#define __EVENT_NETWORK_H__
14const std::string NETWORK_EVENT =
"df-network";
16enum class NetworkEventLabel {
28 NetworkEventLabel m_label;
37 void setLabel(NetworkEventLabel new_label);
40 NetworkEventLabel getLabel()
const;
43 void setSocketIndex(
int new_socket_index);
46 int getSocketIndex()
const;
49 void setBytes(
int new_bytes);
Definition: EventNetwork.h:24
An animation for a sprite.
Definition: Animation.h:15