spicetools/games/iidx/poke.h

7 lines
72 B
C
Raw Permalink Normal View History

2024-08-28 15:10:34 +00:00
#pragma once
namespace poke {
void enable();
void disable();
}