This website requires JavaScript.
Explore
lain.church
Help
Register
Sign In
Bubblegumdrop
/
handmade
Watch
1
Star
0
Fork
0
You've already forked handmade
Code
Issues
Pull Requests
Releases
Wiki
Activity
9e957d466f
handmade
/
include
/
events_common.h
8 lines
85 B
C
Raw
Normal View
History
Unescape
Escape
Initial commit. Another nuke! This time, trying to do a client <-> server thing. Also a bit of messing with Lua.
2022-01-02 19:28:16 -05:00
#
pragma once
Client and Server tweaks. This commit breaks the Client. Server listens correctly with threads and stdin reader thread. Client does nothing currently gutting UDP_Write for a UDPbase class introduced in this commit.
2022-01-08 18:59:40 -05:00
#
include
<SDL_events.h>
Initial commit. Another nuke! This time, trying to do a client <-> server thing. Also a bit of messing with Lua.
2022-01-02 19:28:16 -05:00
enum
{
Client and Server tweaks. This commit breaks the Client. Server listens correctly with threads and stdin reader thread. Client does nothing currently gutting UDP_Write for a UDPbase class introduced in this commit.
2022-01-08 18:59:40 -05:00
PACKET_SDL_EVENT
=
SDL_USEREVENT
,
Initial commit. Another nuke! This time, trying to do a client <-> server thing. Also a bit of messing with Lua.
2022-01-02 19:28:16 -05:00
}
;
Reference in New Issue
Copy Permalink