mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-02 17:57:59 +03:00
9 lines
125 B
C++
9 lines
125 B
C++
#include "items.h"
|
|
#include "..\Global\global.h"
|
|
#include "effect2.h"
|
|
#include <stdio.h>
|
|
|
|
void Inject_Items()
|
|
{
|
|
|
|
}
|