Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/games/SRB2/files/patch-src_byteptr.h
16461 views
1
--- src/byteptr.h.orig 2021-10-10 01:56:02 UTC
2
+++ src/byteptr.h
3
@@ -83,6 +83,7 @@
4
//
5
// Write a value to a little-endian, unaligned destination.
6
//
7
+#include "doomtype.h"
8
FUNCINLINE static ATTRINLINE void writeshort(void *ptr, INT32 val)
9
{
10
SINT8 *cp = ptr;
11
12