You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
467 B
C++
23 lines
467 B
C++
#pragma once
|
|
|
|
#include <comdef.h>
|
|
#include "VariantCast.h"
|
|
#include "WDouble.h"
|
|
#include "WVariant.h"
|
|
#include "Utility.h"
|
|
#include "TimeUtility.h"
|
|
#include "StringUtility.h"
|
|
#include "PathUtility.h"
|
|
#include "MathUtility.h"
|
|
#include "TreeUtility.h"
|
|
//#include "MultiLanguage.h"
|
|
#include "UtilityClass.h"
|
|
#include "DispManagerInterface.h"
|
|
|
|
#include <vector>
|
|
#include <memory>
|
|
#include <assert.h>
|
|
|
|
using namespace wuya;
|
|
using namespace std;
|
|
//using namespace std::tr1;
|