mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-07-07 07:00:33 -04:00
Linux x86-64 build of everything but the client, FARDive, and libpq. For libvitaboy Renderer, this is made possible with the new libgldemo.
This commit is contained in:
parent
9b5b1758c2
commit
90c703188b
23 changed files with 789 additions and 399 deletions
|
@ -34,7 +34,10 @@ typedef unsigned long uint32;
|
|||
struct MD5Context {
|
||||
uint32 buf[4];
|
||||
uint32 bits[2];
|
||||
unsigned char in[64];
|
||||
union {
|
||||
unsigned char c[64];
|
||||
uint32 i[16];
|
||||
} in;
|
||||
};
|
||||
|
||||
extern void MD5Init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue