libraries/libnxdrv/inc/libnxdrv.h

8 lines
175 B
C
Raw Normal View History

// This file is part of noxos and licensed under the MIT open source license
#ifndef NOXOS_LIBNXDRV_H
#define NOXOS_LIBNXDRV_H
void nx_drv_init();
#endif //NOXOS_LIBNXDRV_H