repo.or.cz
/
kdebindings.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* Add some missing classes to the Smoke library for the C# and Ruby bindings.
[kdebindings.git]
/
smoke
/
plasma_smoke.h
blob
f912dd6b19ba09a9486cca6c5f1ae05e3ece62e6
1
#ifndef PLASMA_SMOKE_H
2
#define PLASMA_SMOKE_H
3
4
#include <smoke.h>
5
6
extern
SMOKE_EXPORT Smoke
*
plasma_Smoke
;
7
extern
SMOKE_EXPORT
void
init_plasma_Smoke
();
8
9
#ifndef QGLOBALSPACE_CLASS
10
#define QGLOBALSPACE_CLASS
11
class
QGlobalSpace
{ };
12
#endif
13
14
#endif