mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-13 09:35:23 -04:00
Export NetPlayer_Init per request
This commit is contained in:
parent
9d31c74d5d
commit
23c8e49280
@ -179,7 +179,7 @@ struct NetPlayer {
|
||||
struct NetInterpComp Interp;
|
||||
cc_bool ShouldRender;
|
||||
};
|
||||
void NetPlayer_Init(struct NetPlayer* player);
|
||||
CC_API void NetPlayer_Init(struct NetPlayer* player);
|
||||
extern struct NetPlayer NetPlayers_List[ENTITIES_SELF_ID];
|
||||
|
||||
/* Represents the user/player's own entity. */
|
||||
|
@ -34,7 +34,7 @@ struct LWidgetVTABLE {
|
||||
|
||||
#define LWidget_Layout \
|
||||
const struct LWidgetVTABLE* VTABLE; /* General widget functions */ \
|
||||
int x, y, width, height; /* Top left corner, and dimensions, of this widget */ \
|
||||
int x, y, width, height; /* Top left corner and dimensions of this widget */ \
|
||||
cc_bool hovered; /* Whether this widget is currently being moused over */ \
|
||||
cc_bool selected; /* Whether this widget is last widget to be clicked on */ \
|
||||
cc_bool hidden; /* Whether this widget is hidden from view */ \
|
||||
|
Loading…
x
Reference in New Issue
Block a user