mirror of
https://github.com/iDisaster/GTAConnected.git
synced 2026-03-08 01:15:23 +00:00
11 lines
363 B
C
11 lines
363 B
C
/* ---------------------------------------------------------------
|
|
This header contains GTAIV/EFLC PC script string functions.
|
|
|
|
This file is a part of scocl project (C) Alexander Blade 2011
|
|
--------------------------------------------------------------- */
|
|
|
|
#pragma once
|
|
|
|
//#include "types.h"
|
|
|
|
extern void itos(int value, void *str, uint strsize); |