mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 14:16:10 -06:00
16 lines
277 B
C++
16 lines
277 B
C++
#ifndef _CascadeDocument_h_
|
|
#define _CascadeDocument_h_
|
|
|
|
#include <OCE/OCE.h>
|
|
|
|
// "document" class, derived from OCEDoc
|
|
// here does nothing more than OCEDoc
|
|
class CascadeDocument : public OCEDoc
|
|
{
|
|
private:
|
|
|
|
public:
|
|
|
|
}; // END Class CascadeDocument
|
|
|
|
#endif
|