mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 21:49:33 +00:00
20 lines
379 B
C++
20 lines
379 B
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __java_lang_Runnable__
|
|
#define __java_lang_Runnable__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/lang/Object.h>
|
|
|
|
class java::lang::Runnable : public ::java::lang::Object
|
|
{
|
|
|
|
public:
|
|
virtual void run() = 0;
|
|
static ::java::lang::Class class$;
|
|
} __attribute__ ((java_interface));
|
|
|
|
#endif // __java_lang_Runnable__
|