diff options
| author | KiritoDv <kiritodev01@gmail.com> | 2024-03-24 02:01:28 -0600 |
|---|---|---|
| committer | KiritoDv <kiritodev01@gmail.com> | 2024-04-06 04:32:13 -0600 |
| commit | 641a43cbf9b4f4c4f545218e201fb58bbe15fcd7 (patch) | |
| tree | 50ecef61c66e171580ef1a09c2d3a9fc32591768 /src/port/Variables.cpp | |
| parent | 126a55aa0eadaf8b2ed8f370cbba63368be7a964 (diff) | |
First compilation, we just need more stupid assets
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 00000000..f7ccf0eb --- /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 |
