Rev | Line | |
---|
[10] | 1 | // Globals.h: interface for the Globals class.
|
---|
| 2 | //
|
---|
| 3 | //////////////////////////////////////////////////////////////////////
|
---|
| 4 |
|
---|
| 5 | #if !defined(AFX_GLOBALS_H__598A7321_F984_11D1_9E7B_08C003C10000__INCLUDED_)
|
---|
| 6 | #define AFX_GLOBALS_H__598A7321_F984_11D1_9E7B_08C003C10000__INCLUDED_
|
---|
| 7 |
|
---|
| 8 | #if _MSC_VER >= 1000
|
---|
| 9 | #pragma once
|
---|
| 10 | #endif // _MSC_VER >= 1000
|
---|
| 11 |
|
---|
| 12 | #include "Connections.h"
|
---|
| 13 |
|
---|
| 14 | extern CConnections gConnections;
|
---|
| 15 |
|
---|
| 16 |
|
---|
| 17 | #endif // !defined(AFX_GLOBALS_H__598A7321_F984_11D1_9E7B_08C003C10000__INCLUDED_)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.