Created
March 20, 2014 18:55
-
-
Save BitPuffin/9671196 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## Do NOT import this file, it's only used for binding purposes | |
| when defined(windows): | |
| const allegdll = "allegro.dll" | |
| elif defined(macosx): | |
| const allegdll = "liballegro.dylib" | |
| else: | |
| const allegdll = "liballegro.so" | |
| {.pragma: comalleg, cdecl, dynlib: allegdll.} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment