Changeset 1213 for trunk/dll/tools.c


Ignore:
Timestamp:
Sep 13, 2008, 8:53:06 AM (17 years ago)
Author:
John Small
Message:

Ticket 187: Move data declarations/definitions out of fm3dll.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/tools.c

    r1184 r1213  
    3434
    3535#include "fm3dll.h"
     36#include "arccnrs.h"                    // Data declaration(s)
     37#include "notebook.h"                   // Data declaration(s)
     38#include "init.h"                       // Data declaration(s)
     39#include "mainwnd.h"                    // Data declaration(s)
    3640#include "fm3dlg.h"
    3741#include "tools.h"
     
    5357#include "strips.h"                     // bstrip
    5458
     59// Data definitions
    5560#pragma data_seg(DATA1)
    5661
    5762static PSZ pszSrcFile = __FILE__;
    5863
     64#pragma data_seg(GLOBAL1)
     65BOOL fToolsChanged;
    5966TOOL *toolhead = NULL;
     67
     68#pragma data_seg(GLOBAL2)
     69CHAR lasttoolbar[CCHMAXPATH];
     70BOOL qtloaded;
     71CHAR *quicktool[50];
    6072
    6173//== load_quicktools() build *.tls array ==
Note: See TracChangeset for help on using the changeset viewer.