1 parent dc957df commit 07348b7Copy full SHA for 07348b7
1 file changed
src/core/modules/bitbuffers/bitbuffers_wrap.cpp
@@ -91,9 +91,11 @@ void export_bf_write(scope _bitbuffers)
91
"Writes an unsigned integer with variable bit length."
92
)
93
94
+#ifdef ENGINE_CSGO
95
.def("write_var_int32",
96
&bf_write::WriteVarInt32
97
98
+#endif
99
100
.def("write_bits_from_buffer",
101
&bf_write::WriteBitsFromBuffer,
0 commit comments