Skip to content

Commit

Permalink
fix(gta-net-rdr3): fixed compilation after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
prikolium-cfx committed Aug 20, 2024
1 parent 3768dc0 commit fbef73f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion code/components/gta-net-rdr3/include/netTimeSync.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#pragma once

#include "ByteReader.h"

struct TimeSyncPadding1311
{
char m_pad[4];
Expand Down Expand Up @@ -29,7 +31,7 @@ class netTimeSync
virtual ~netTimeSync() = 0;

void Update();
void HandleTimeSync(net::Buffer& buffer);
void HandleTimeSync(net::ByteReader& buffer);
bool IsInitialized();
void SetConnectionManager(netConnectionManager* mgr);

Expand Down

0 comments on commit fbef73f

Please sign in to comment.