diff options
| author | tslil clingman <> | 2021-10-30 16:54:03 -0400 |
|---|---|---|
| committer | tslil clingman <> | 2021-10-30 16:56:41 -0400 |
| commit | 6ead90c0f0e9b9a44c7c1f7137f437faa29fa750 (patch) | |
| tree | 38cbaff4f606689a149865d5708dadac47ee43db /src/sfml/sfml_import.zig | |
| parent | 48dee0817f5fe8c09a085f0150e0c6b4a699ab7c (diff) | |
Switched to tracking zig-sfml-wrapper as submodule
Diffstat (limited to 'src/sfml/sfml_import.zig')
| -rw-r--r-- | src/sfml/sfml_import.zig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/sfml/sfml_import.zig b/src/sfml/sfml_import.zig deleted file mode 100644 index be21671..0000000 --- a/src/sfml/sfml_import.zig +++ /dev/null @@ -1,8 +0,0 @@ -//! Imports the csfml c headers - -pub const c = @cImport({ - @cInclude("SFML/Graphics.h"); - @cInclude("SFML/Window.h"); - @cInclude("SFML/System.h"); - @cInclude("SFML/Audio.h"); -}); |
