mirror of
https://github.com/iDisaster/GTAConnected.git
synced 2026-03-16 21:31:49 +00:00
Add MDv13 source directory
This commit is contained in:
11
MDv13/projects/MD_Trident/inc/strings.h
Normal file
11
MDv13/projects/MD_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