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