sm64pc/src/pc/controller/controller_tas_recorder.h

9 lines
159 B
C

#ifndef CONTROLLER_TAS_RECORDER_H
#define CONTROLLER_TAS_RECORDER_H
#include "controller_api.h"
extern struct ControllerAPI controller_tas_recorder;
#endif