This website requires JavaScript.
Explore
Help
Sign in
darkplaces
/
gmqcc
Watch
0
Star
0
Fork
You've already forked gmqcc
0
mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced
2024-11-27 22:22:17 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
9493da4f8b
gmqcc
/
test
/
types.qc
6 lines
84 B
C++
Raw
Normal View
History
Unescape
Escape
I got parsing to work finally.
2012-04-12 06:22:28 +00:00
float
typef
=
1
;
vector
typev
=
{
0
,
1
,
2
}
;
More parsing stuff (still totally broken)
2012-04-11 23:41:04 +00:00
string
types
;
entity
typee
;
void
typev
;
Reference in a new issue
Copy permalink