mirror of
https://gitlab.com/hashborgir/plugy.git
synced 2024-12-02 13:36:02 +00:00
14 lines
396 B
C
14 lines
396 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 =================================*/
|