mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-01 09:18:00 +03:00
4 lines
102 B
C
4 lines
102 B
C
#pragma once
|
|
#include "draw.h"
|
|
|
|
void PrintString(int x, int y, int unk1, char* string, int unk2);
|