-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MAJOR API change, all of your shit is broken now.
- Moved all defines to their own Enum, see issue #5 for more details - Abstracted away structures and pointers, now you get easy-to-use namedtuples! - Updated examples to reflect new API.
- Loading branch information
Showing
9 changed files
with
406 additions
and
288 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,4 +63,7 @@ target/ | |
|
||
# CUE DLLs | ||
CUESDK_2013.dll | ||
CUESDK.x64_2013.dll | ||
CUESDK.x64_2013.dll | ||
|
||
# a dumb test | ||
test.py |
This file contains 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
This file contains 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
Oops, something went wrong.