|
6acbf90d80
|
Updated UNIX macro checks, to account for MacOS
|
2024-03-10 00:51:20 -06:00 |
|
|
64aa4b1850
|
Replaced 'linux' with '__unix__' because the same header files are included on macOS as well.
|
2024-03-05 07:50:32 -05:00 |
|
|
50c090cd88
|
Added a boolean field to the struct, to indicate whether the game should be quit or not
|
2024-03-01 22:34:33 -05:00 |
|
|
4b3d5387a1
|
Changed code to support Windows libraries and functions as well
|
2024-02-29 16:38:36 -05:00 |
|
|
effeea73b9
|
Made the serialization code cleaner, and fixed a bug where data was overwritten by the null pointer
|
2024-02-28 00:00:28 -05:00 |
|
|
edfd70c3cc
|
Created a simple data serialization library, to serialize and deserialize the data to be sent
|
2024-02-26 21:38:01 -05:00 |
|