mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-15 02:24:10 +00:00
CdStream RwFreeAlign/RwMallocAlign
This commit is contained in:
parent
0bb8bf9d15
commit
617eb6951a
7 changed files with 613 additions and 7 deletions
|
@ -1,10 +1,8 @@
|
|||
#include "common.h"
|
||||
#include "patcher.h"
|
||||
#include "AnimBlendClumpData.h"
|
||||
#include "RwHelper.h"
|
||||
|
||||
// TODO: implement those
|
||||
#define RwFreeAlign RwFree
|
||||
#define RwMallocAlign(sz, algn) RwMalloc(sz)
|
||||
|
||||
CAnimBlendClumpData::CAnimBlendClumpData(void)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue