Sha256: 361ff5760dfe75cce0738dc9ef1ce411bd41d9de232709019d757feab2784591
Contents?: true
Size: 336 Bytes
Versions: 24
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
24 entries across 24 versions & 1 rubygems