You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
492 B
23 lines
492 B
11 years ago
|
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||
|
#include <jni.h>
|
||
|
/* Header for class com_vladium_utils_timing_HRTimer */
|
||
|
|
||
|
#ifndef _Included_com_vladium_utils_timing_HRTimer
|
||
|
#define _Included_com_vladium_utils_timing_HRTimer
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
/*
|
||
|
* Class: com_vladium_utils_timing_HRTimer
|
||
|
* Method: getTime
|
||
|
* Signature: ()D
|
||
|
*/
|
||
|
JNIEXPORT jdouble JNICALL
|
||
|
Java_com_vladium_utils_timing_HRTimer_getTime (JNIEnv *, jclass);
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
#endif
|