Skip to content

Commit

Permalink
Add missing writeBitStream() method
Browse files Browse the repository at this point in the history
  • Loading branch information
Northn committed Jun 4, 2021
1 parent 23e26b5 commit 4b98848
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ void initBitStream(sol::state_view& lua)
INIT_METHOD(writeString);
INIT_METHOD(writeEncoded);
INIT_METHOD(writeBuffer);
INIT_METHOD(writeBitStream);

INIT_METHOD(emulIncomingRPC);
INIT_METHOD(emulIncomingPacket);
Expand Down

0 comments on commit 4b98848

Please sign in to comment.