mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-06-03 10:32:19 -04:00
a0862b6a15
* 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>
8 lines
138 B
C
8 lines
138 B
C
#ifndef _ENGINE_SMOKE_H
|
|
#define _ENGINE_SMOKE_H
|
|
|
|
void TrainSmokeTick(void);
|
|
void TrainSmokeDraw(s32 cameraId);
|
|
|
|
#endif // _ENGINE_SMOKE_H
|