nes-proj/cart/batmon.h

10 lines
106 B
C

#ifndef BATMON_H
#define BATMON_H
#include "leds.cart.h"
#include "status.h"
void batmon(void);
#endif