trail rendering basics
[carveJwlIkooP6JGAAIwe30JlM.git] / skaterift.h
index a21e6ab423642b4b86903b8c7490cff9471df3a6..ebab76734b6d909ca475dc5b4b1dce67b16f9379 100644 (file)
@@ -11,6 +11,7 @@
 #include "vg/vg.h"
 #include "world.h"
 #include "addon.h"
+#include "trail.h"
 
 enum skaterift_rt {
    k_skaterift_rt_workshop_preview,
@@ -69,10 +70,15 @@ struct{
 
    audio_channel *aud_air;
    const char *hub_world;
+
+   struct trail_system test_trail;
 }
 static skaterift = { 
    .op = k_async_op_clientloading, .time_rate = 1.0f, .demo_mode = 1,
-   .hub_world = "maps/dev_hub"
+   .hub_world = "maps/dev_hub",
+   .test_trail = {
+      .max = 80
+   }
 };
 
 /* Skaterift api */