mirror of
https://gitlab.com/hashborgir/plugy.git
synced 2024-11-30 12:36:02 +00:00
15 lines
398 B
C
15 lines
398 B
C
/*=================================================================
|
|
File created by Yohann NICOLAS.
|
|
|
|
Data added to D2 base-stucture
|
|
|
|
=================================================================*/
|
|
|
|
#pragma once
|
|
|
|
#include "playerCustomData.h"
|
|
|
|
#define CBPlayerData void
|
|
#define CBItemData void
|
|
|
|
/*================================= END OF FILE =================================*/ |