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/window/Style.zig | |
| parent | 48dee0817f5fe8c09a085f0150e0c6b4a699ab7c (diff) | |
Switched to tracking zig-sfml-wrapper as submodule
Diffstat (limited to 'src/sfml/window/Style.zig')
| -rw-r--r-- | src/sfml/window/Style.zig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/sfml/window/Style.zig b/src/sfml/window/Style.zig deleted file mode 100644 index e9b401d..0000000 --- a/src/sfml/window/Style.zig +++ /dev/null @@ -1,5 +0,0 @@ -pub const none: u32 = 0; -pub const titlebar: u32 = 1; -pub const resize: u32 = 2; -pub const close: u32 = 4; -pub const defaultStyle = titlebar | resize | close; |
