Skip to content

Commit 07348b7

Browse files
committed
Quick fixed compiler errors for all games
I will create a PR tomorrow to add this to the SDK
1 parent dc957df commit 07348b7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/core/modules/bitbuffers/bitbuffers_wrap.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,11 @@ void export_bf_write(scope _bitbuffers)
9191
"Writes an unsigned integer with variable bit length."
9292
)
9393

94+
#ifdef ENGINE_CSGO
9495
.def("write_var_int32",
9596
&bf_write::WriteVarInt32
9697
)
98+
#endif
9799

98100
.def("write_bits_from_buffer",
99101
&bf_write::WriteBitsFromBuffer,

0 commit comments

Comments
 (0)