mirror of
https://github.com/iDisaster/GTAConnected.git
synced 2026-03-09 01:45:22 +00:00
Add files via upload
This commit is contained in:
11
Trident/inc/strings.h
Normal file
11
Trident/inc/strings.h
Normal file
@@ -0,0 +1,11 @@
|
||||
/* ---------------------------------------------------------------
|
||||
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);
|
||||
Reference in New Issue
Block a user