- Note
- This Source File belongs to Fractal Example Example. Please follow the link for example explanation.
#pragma once
#include <AUI/Platform/AWindow.h>
class FractalWindow :
public AWindow {
public:
FractalWindow();
};
Represents a window in the underlying windowing system.
Definition AWindow.h:45