8 lines
175 B
C
8 lines
175 B
C
|
// 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
|