Skip to content

Commit

Permalink
docs: add clarification to SDL comment (#1454)
Browse files Browse the repository at this point in the history
  • Loading branch information
hellerve committed Jan 31, 2023
1 parent 3397223 commit 7ab466e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/SDL.carp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

;; Only define these if they're not already defined (allows the user to pre-define them before including SDL.carp)
;; Tip: Set them in your profile.carp which is located at ```C:/Users/USERNAME/AppData/Roaming/carp/profile.carp``` on Windows.
;; If you do, please use `defdynamic`, since `defdynamic-once` will not be
;; defined when your profile is loaded.
(defdynamic-once sdl-windows-header-path "C:\\REDACTED\vcpkg\installed\x86-windows\include\SDL2\\")
(defdynamic-once sdl-windows-library-path "C:\\REDACTED\vcpkg\installed\x86-windows\lib\\")

Expand Down

0 comments on commit 7ab466e

Please sign in to comment.