mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +00:00
15 lines
161 B
Modula-2
15 lines
161 B
Modula-2
|
|
autogen definitions pipe_test.tpl;
|
||
|
|
|
||
|
|
data_type = {
|
||
|
|
type_name = short ;
|
||
|
|
};
|
||
|
|
|
||
|
|
data_type = {
|
||
|
|
type_name = float ;
|
||
|
|
};
|
||
|
|
|
||
|
|
data_type = {
|
||
|
|
type_name = double ;
|
||
|
|
};
|
||
|
|
|