mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-08 09:07:53 +00:00
33 lines
806 B
C++
33 lines
806 B
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __java_awt_Window$WindowFlipBufferStrategy__
|
|
#define __java_awt_Window$WindowFlipBufferStrategy__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/awt/Component$FlipBufferStrategy.h>
|
|
extern "Java"
|
|
{
|
|
namespace java
|
|
{
|
|
namespace awt
|
|
{
|
|
class Window;
|
|
class Window$WindowFlipBufferStrategy;
|
|
}
|
|
}
|
|
}
|
|
|
|
class java::awt::Window$WindowFlipBufferStrategy : public ::java::awt::Component$FlipBufferStrategy
|
|
{
|
|
|
|
public: // actually package-private
|
|
Window$WindowFlipBufferStrategy(::java::awt::Window *, jint);
|
|
::java::awt::Window * __attribute__((aligned(__alignof__( ::java::awt::Component$FlipBufferStrategy)))) this$0;
|
|
public:
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __java_awt_Window$WindowFlipBufferStrategy__
|