Files
SpaghettiKart/src/engine/Smoke.h
T
MegaMech a0862b6a15 [modding] Implement Vehicles & Fix Animations (#109)
* Train works

* Fix minimap

* Fix highway

* Fix

* Refactor train and boat

* Update

* Implement Trucks

* Fix tanker

* Finish implementing vehicles

* Fix animations

* Fix spawn players

* Fix spawn players

* Fix loading custom data

---------

Co-authored-by: MegaMech <7255464+MegaMech@users.noreply.github.com>
2024-10-15 13:09:43 -06:00

8 lines
138 B
C

#ifndef _ENGINE_SMOKE_H
#define _ENGINE_SMOKE_H
void TrainSmokeTick(void);
void TrainSmokeDraw(s32 cameraId);
#endif // _ENGINE_SMOKE_H