Stardew Engine
Loading...
Searching...
No Matches
NetworkID.h
Go to the documentation of this file.
1#ifndef NETWORKID_H
2#define NETWORKID_H
3
4void NetID_DeserializedNewID(int nextVal);
5int NetID_GetID();
6
7#endif
void NetID_DeserializedNewID(int nextVal)
Definition NetworkID.c:5
int NetID_GetID()
Definition NetworkID.c:11