9 lines
170 B
Plaintext
9 lines
170 B
Plaintext
#include destructible_scripts\vehicle_small_hatch;
|
|
#include common_scripts\_destructible;
|
|
#using_animtree( "destructibles" );
|
|
|
|
main()
|
|
{
|
|
vehicle_small_hatch( "blue" );
|
|
}
|