mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-03 22:06:50 +00:00
19 lines
361 B
C++
19 lines
361 B
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __java_io_Serializable__
|
|
#define __java_io_Serializable__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/lang/Object.h>
|
|
|
|
class java::io::Serializable : public ::java::lang::Object
|
|
{
|
|
|
|
public:
|
|
static ::java::lang::Class class$;
|
|
} __attribute__ ((java_interface));
|
|
|
|
#endif // __java_io_Serializable__
|