get rid of all PED_SKIN defines

This commit is contained in:
aap 2020-12-18 17:27:18 +01:00
commit c17ccc50ab
12 changed files with 7 additions and 47 deletions

View file

@ -84,10 +84,8 @@ typedef uint16_t wchar;
#include "config.h"
#ifdef PED_SKIN
#include <rphanim.h>
#include <rpskin.h>
#endif
#ifdef __GNUC__
#define TYPEALIGN(n) __attribute__ ((aligned (n)))