root/lang/cplusplus/SleipnirGoogleSuggest/Common.cpp

Revision 14174, 209 bytes (checked in by saturday06, 7 months ago)

アカウントもらった記念に今作ってるものを全部うp

Line 
1#include "StdAfx.h"
2#include "Common.h"
3
4#include "slogcxx/slogcxx.cpp"
5
6#include <mol/StaticData.cpp>
7
8namespace SleipnirGoogleSuggest {
9    HWND GetSearchBarEdit() {
10        return NULL;
11    }
12}
Note: See TracBrowser for help on using the browser.