log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
mm7
annotate Player.swig @ 2263:
3d644efae786
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
some more items.cpp init bugfixing
author
Grumpy7
date
Sat, 08 Mar 2014 17:53:38 +0100
parents
62a27b2cfcc2
children
rev
line source
2054
62a27b2cfcc2
Player.swig
Nomad
parents:
diff
changeset
1
%module Player
62a27b2cfcc2
Player.swig
Nomad
parents:
diff
changeset
2
%{
62a27b2cfcc2
Player.swig
Nomad
parents:
diff
changeset
3
#include "Player.h"
62a27b2cfcc2
Player.swig
Nomad
parents:
diff
changeset
4
%}
62a27b2cfcc2
Player.swig
Nomad
parents:
diff
changeset
5
62a27b2cfcc2
Player.swig
Nomad
parents:
diff
changeset
6
%include "../../../Player.h"