diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2026-08-24 11:16:07 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2026-08-24 11:16:07 +0200 |
| commit | c068f22329d5cc722622a2183bbb22eef2093df7 (patch) | |
| tree | 12d56c1aede67988a55e241364606bfbb4dba933 /src/parsec/include/vsdl_inito.h | |
| download | openparsec-main.tar.xz openparsec-main.zip | |
Diffstat (limited to 'src/parsec/include/vsdl_inito.h')
| -rw-r--r-- | src/parsec/include/vsdl_inito.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/parsec/include/vsdl_inito.h b/src/parsec/include/vsdl_inito.h new file mode 100644 index 0000000..4637c26 --- /dev/null +++ b/src/parsec/include/vsdl_inito.h @@ -0,0 +1,18 @@ +/* + * PARSEC HEADER: vsdl_inito.h + */ + +#ifndef _VSDL_INITO_H_ +#define _VSDL_INITO_H_ + + +// vsdl_inito.c implements the following functions +// --------------------------------------------- +// void VIDs_InitDisplay(); +// void VIDs_RestoreDisplay(); +// void VIDs_InitFrameBufferAPI(); + + +#endif // _VSDL_INITO_H_ + + |
