mirror of
https://github.com/2003scape/deep-c-rsc.git
synced 2024-03-22 05:49:51 -04:00
9 lines
105 B
C
9 lines
105 B
C
![]() |
#ifndef QTFONT_H
|
||
|
#define QTFONT_H
|
||
|
|
||
|
#include <jni.h>
|
||
|
|
||
|
QFont *getFont( JNIEnv *env, jobject obj );
|
||
|
|
||
|
#endif
|