mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-09 12:08:17 +03:00

- No more enums.h, constants.h, macro.h, etc... - moved all structure in types.h to there respective file.
6 lines
No EOL
156 B
C
6 lines
No EOL
156 B
C
#pragma once
|
|
#include "items.h"
|
|
#include "collide.h"
|
|
|
|
void ScalesControl(short itemNum);
|
|
void ScalesCollision(short itemNum, ITEM_INFO* l, COLL_INFO* coll); |