OWLNext    7.0
Borland's Object Windows Library for the modern age
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
gmodule.h
Go to the documentation of this file.
1#if !defined(OWL_GMODULE_H)
2#define OWL_GMODULE_H
3
4#include <owl/private/defs.h>
5#if defined(BI_HAS_PRAGMA_ONCE)
6# pragma once
7#endif
8
9namespace owl {
10class _OWLCLASS TModule;
11extern TModule* Module; // Global Module ptr in each DLL/EXE
12} // OWL namespace
13
14
15#endif // OWL_GMODULE_H
Object Windows Library (OWLNext Core)
Definition animctrl.h:22
TModule * Module
Definition global.cpp:34
#define _OWLCLASS
Definition defs.h:338