Sha256: 56e6d14cf7851d5b503211c10e40e47db814f29b00a360a9b26867c3084409d8
Contents?: true
Size: 336 Bytes
Versions: 25
Compression:
Stored size: 336 Bytes
Contents
// -*- c++ -*- #pragma once #ifndef __REFLEX_SRC_OSX_APPLICATION_H__ #define __REFLEX_SRC_OSX_APPLICATION_H__ #include <reflex/application.h> @class ReflexAppDelegate; namespace Reflex { struct Application::Data { ReflexAppDelegate* delegate; String name; Data (); };// Application::Data }// Reflex #endif//EOH
Version data entries
25 entries across 25 versions & 1 rubygems