mirror of
https://github.com/gligli/nulldc-360.git
synced 2025-04-02 11:11:56 -04:00
8 lines
No EOL
112 B
C
8 lines
No EOL
112 B
C
#pragma once
|
|
|
|
#include "types.h"
|
|
|
|
//Init/Res/Term
|
|
void sci_Init();
|
|
void sci_Reset(bool Manual);
|
|
void sci_Term(); |