mirror of
https://github.com/aimrebirth/tools.git
synced 2026-04-14 17:33:25 +00:00
[unpaker] Fix warning.
This commit is contained in:
parent
8e4c4cfd64
commit
472152c158
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#undef LOBYTE
|
||||
#define LOBYTE(x) (*((uint8_t *)&(x)))
|
||||
|
||||
char decode_f2(char *input, int size, char *output) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue