Add files via upload

This commit is contained in:
iDisaster
2026-01-28 21:32:26 +04:00
committed by GitHub
parent 9dc5fe61aa
commit f80d6e8a4c
100 changed files with 88887 additions and 0 deletions

11
Trident/inc/strings.h Normal file
View 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);