Initial commit of Command & Conquer Red Alert source code.

This commit is contained in:
LFeenanEA
2025-02-27 16:15:05 +00:00
parent b685cea758
commit 5e733d5dcc
2082 changed files with 797727 additions and 0 deletions

10
VQ/LIB/README.TXT Normal file
View File

@@ -0,0 +1,10 @@
Library naming convention.
nnnssctm.lib
Where:
nnn = ID (such as 'VQA') 3 characters
ss = Size field (32bit / 16bit) 2 characters
c = Compiler name (W = Watcom, B = Borland)
t = Compiler type (P = "C++", C = Standard "C")
m = Memory model (F = flat, T = TNT)