diff options
| author | KiritoDv <kiritodev01@gmail.com> | 2024-05-01 10:09:49 -0600 |
|---|---|---|
| committer | KiritoDv <kiritodev01@gmail.com> | 2024-05-01 10:09:49 -0600 |
| commit | a2c3feb67a2f8afb1cebd0e77e4a3e23db2c28c4 (patch) | |
| tree | 4250a53478f87b8b07e16481a634ef16550ddb43 /src/port/Variables.cpp | |
| parent | d5264825f0a7ab67f53fca8857cbd24dd86ee86d (diff) | |
WIP Compilation
Diffstat (limited to 'src/port/Variables.cpp')
| -rw-r--r-- | src/port/Variables.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/port/Variables.cpp b/src/port/Variables.cpp new file mode 100644 index 000000000..f7ccf0eb6 --- /dev/null +++ b/src/port/Variables.cpp @@ -0,0 +1,6 @@ +#include <libultraship.h> +#include <Fast3D/gfx_pc.h> + +extern "C" { + +}
\ No newline at end of file |
