1 Star 0 Fork 0

LeoBei/demodemo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
stdafx.h 1.09 KB
一键复制 编辑 原始数据 按行查看 历史
huangjianxiong 提交于 2017-10-02 00:35 . 视频实现patheffect
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#pragma once
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#endif
#include <winsock2.h>
#include <souistd.h>
#include <core/SHostDialog.h>
#include <control/SMessageBox.h>
#include <control/souictrls.h>
#include <res.mgr/sobjdefattr.h>
#include <com-cfg.h>
#include <event/notifycenter.h>
#include "resource.h" //APP资源
#define R_IN_CPP
#include "res/resource.h"
#include "../controls.extend/SWkeWebkit.h"
#include "../controls.extend/gif/SGifPlayer.h"
#include "../controls.extend/SIPAddressCtrl.h"
#include "../controls.extend/SImageMaskWnd.h"
#include "../controls.extend/SRatingBar.h"
#include "../controls.extend/SChromeTabCtrl.h"
#include "../controls.extend/smiley/SSmileyCtrl.h"
#include "../controls.extend/SChatEdit.h"
#include "../controls.extend/SFreeMoveWindow.h"
#include "../controls.extend/tipwnd.h"
#include "SInterpolatorView.h"
#include "SPathView.h"
using namespace SOUI;
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/leeyoubay/demodemo.git
git@gitee.com:leeyoubay/demodemo.git
leeyoubay
demodemo
demodemo
master

搜索帮助