VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfGuiCoreQt
vrfGuiCoreQt.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
9
11
12
#pragma once
13
14
#ifdef _WIN32
15
#ifdef VRFGUICOREQT_EXPORTS
16
#define DT_DLL_VRFGUICOREQT __declspec ( dllexport )
17
#else
18
#define DT_DLL_VRFGUICOREQT __declspec ( dllimport )
19
20
#ifdef _DEBUG
21
#pragma comment(lib,"vrfGuiCoreQtd.lib")
22
#else
23
#pragma comment(lib,"vrfGuiCoreQt.lib")
24
#endif
25
26
#endif
27
#else
28
#define DT_DLL_VRFGUICOREQT
29
#endif
30
31
namespace
makVrv
32
{
33
class
DtDe;
34
};
35
36
namespace
makVrf
37
{
38
namespace
makVrfGuiCoreQt
39
{
40
DT_DLL_VRFGUICOREQT
void
init
(
makVrv::DtDe
& ande);
41
}
42
}
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)