mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Optimizations, switching CanImplicitlyCast method, new CPU rate checker
This commit is contained in:
parent
39fd8d2624
commit
098ad1ce55
25 changed files with 759 additions and 301 deletions
|
@ -32,6 +32,9 @@ public:
|
|||
void GrowPool();
|
||||
void Write(const void* data, int size);
|
||||
void Write(uint8 byte);
|
||||
void Write_2(uint16 val);
|
||||
void Write_3(uint32 val);
|
||||
void Write_4(uint32 val);
|
||||
int GetReadPos();
|
||||
void SetReadPos(int pos);
|
||||
void NextReadPool();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue