3
0
mirror of https://github.com/CrazyRedMachine/popnhax.git synced 2024-11-23 22:00:57 +01:00
popnhax/popnhax/attract.h
2024-10-02 21:19:00 +02:00

13 lines
248 B
C

#ifndef __ATTRACT_H__
#define __ATTRACT_H__
#include <stdint.h>
#include "popnhax/config.h"
bool patch_attract_interactive();
bool patch_attract_lights();
bool patch_ex_attract(uint16_t target_bpm);
bool patch_full_attract();
#endif