kos_sys/dc/maple/
lightgun.rs

1
2
3
4
5
6
7
8
9
// Rust for KallistiOS/Dreamcast
// Copyright (C) 2024 Eric Fradella
// https://dreamcast.rs/

#[link(name = "kallisti")]
extern "C" {
    pub fn lightgun_init();
    pub fn lightgun_shutdown();
}