mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-09-03 18:43:38 -04:00
Add ymls for Torch code generator (#497)
* Add torch * update jenkinsfile
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1,56 +0,0 @@
|
||||
#ifndef CEREMONY_DATA_H
|
||||
#define CEREMONY_DATA_H
|
||||
|
||||
#include <types.h>
|
||||
#include "waypoints.h"
|
||||
|
||||
extern Vtx silver_trophy_model[];
|
||||
extern Gfx silver_trophy_dl[];
|
||||
extern Gfx silver_trophy_dl2[];
|
||||
extern Gfx silver_trophy_dl3[];
|
||||
extern Gfx silver_trophy_dl4[];
|
||||
extern Gfx silver_trophy_dl5[];
|
||||
extern Gfx silver_trophy_dl6[];
|
||||
extern Vtx gold_trophy_model[];
|
||||
extern u8 reflection_map_brass[];
|
||||
extern u8 reflection_map_silver[];
|
||||
extern u8 reflection_map_gold[];
|
||||
extern Gfx gold_trophy_dl[];
|
||||
extern Gfx gold_trophy_dl2[];
|
||||
extern Gfx gold_trophy_dl3[];
|
||||
extern Gfx gold_trophy_dl4[];
|
||||
extern Gfx gold_trophy_dl5[];
|
||||
extern Gfx gold_trophy_dl6[];
|
||||
extern Gfx gold_trophy_dl7[];
|
||||
extern Gfx gold_trophy_dl8[];
|
||||
extern Gfx gold_trophy_dl9[];
|
||||
extern Gfx gold_trophy_dl10[];
|
||||
extern Gfx gold_trophy_dl11[];
|
||||
extern Gfx gold_trophy_dl12[];
|
||||
extern Gfx gold_trophy_dl13[];
|
||||
extern Gfx gold_trophy_dl14[];
|
||||
extern Gfx gold_trophy_dl15[];
|
||||
extern Lights1 light1;
|
||||
extern u8 texture_podium1[];
|
||||
extern Vtx tall_podium_model[];
|
||||
extern Gfx podium_dl[];
|
||||
extern Gfx podium_dl2[];
|
||||
extern Gfx podium_dl3[];
|
||||
extern Vtx short_podium_model[];
|
||||
extern Lights1 light2;
|
||||
extern u8 texture_podium2[];
|
||||
extern Gfx podium2_dl[];
|
||||
extern Gfx podium2_dl2[];
|
||||
extern Gfx podium2_dl3[];
|
||||
extern Lights1 light3;
|
||||
extern u8 texture_podium3[];
|
||||
extern Vtx short_podium_model2[];
|
||||
extern Gfx podium3_dl[];
|
||||
extern Gfx podium3_dl2[];
|
||||
extern Gfx podium3_dl3[];
|
||||
extern TrackWaypoint ending_sequence[];
|
||||
extern TrackWaypoint ending_sequence2[];
|
||||
extern TrackWaypoint ending_sequence3[];
|
||||
extern TrackWaypoint ending_sequence4[];
|
||||
|
||||
#endif
|
||||
@@ -7,7 +7,7 @@
|
||||
#include <common_structs.h>
|
||||
#include "main.h"
|
||||
#include "memory.h"
|
||||
#include "common_textures.h"
|
||||
#include <assets/common_data.h>
|
||||
#include "render_player.h"
|
||||
#include "render_objects.h"
|
||||
#include "podium_ceremony_actors.h"
|
||||
|
||||
Reference in New Issue
Block a user