mirror of
https://github.com/autc04/Retro68.git
synced 2025-02-05 04:32:56 +00:00
30 lines
492 B
C++
30 lines
492 B
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __PR9577__
|
|
#define __PR9577__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/lang/Object.h>
|
|
#include <gcj/array.h>
|
|
|
|
extern "Java"
|
|
{
|
|
class PR9577;
|
|
}
|
|
|
|
class PR9577 : public ::java::lang::Object
|
|
{
|
|
|
|
public:
|
|
PR9577();
|
|
private:
|
|
void sayHello(JArray< ::java::lang::String * > *, ::java::lang::Object *);
|
|
public:
|
|
static void main(JArray< ::java::lang::String * > *);
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __PR9577__
|