Skip to content

Commit

Permalink
chore: polish opengl demo and add reuse entry
Browse files Browse the repository at this point in the history
  • Loading branch information
jaromil committed Dec 30, 2024
1 parent 1521a96 commit bdd7f9e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 6 additions & 0 deletions REUSE.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ precedence = "aggregate"
SPDX-FileCopyrightText = "Copyright (c) 2016 Jer Wilson"
SPDX-License-Identifier = "MIT"

[[annotations]]
path = ["examples/opengl.c"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Copyright (c) 2020 Andrew Dailey"
SPDX-License-Identifier = "MIT"

[[annotations]]
path = "examples/tinyc.games/res/PixelatedEleganceRegular.ttf"
precedence = "aggregate"
Expand Down
2 changes: 0 additions & 2 deletions examples/opengl.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
#include <stdlib.h>
#include <string.h>

#define SDL_DISABLE_IMMINTRIN_H 1
#define SDL_MAIN_HANDLED 1
#include <SDL2/SDL.h>
#include <SDL2/SDL_opengl.h>

Expand Down

0 comments on commit bdd7f9e

Please sign in to comment.