Skip to content

Instantly share code, notes, and snippets.

@BitPuffin
Created March 20, 2014 18:55
Show Gist options
  • Save BitPuffin/9671196 to your computer and use it in GitHub Desktop.
Save BitPuffin/9671196 to your computer and use it in GitHub Desktop.
## 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