mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-02 08:22:08 -04:00
10 lines
149 B
C
10 lines
149 B
C
#ifndef _IN_GAME_SMOKE_INIT_H
|
|
#define _IN_GAME_SMOKE_INIT_H
|
|
#include <ultra64.h>
|
|
#include "data.h"
|
|
#include "types.h"
|
|
|
|
void smokeInit(void);
|
|
|
|
#endif
|