log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
mm7
annotate Player.swig @ 2413:
e2d352b3a0a5
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
.
author
Ritor1
date
Wed, 16 Jul 2014 18:28:14 +0600
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"