]>
git.saurik.com Git - wxWidgets.git/blob - build/bakefiles/wxpresets/libsample/libsample.cpp
1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: The source of a dummy sample wx-based library
4 // Author: Francesco Montorsi
8 // Copyright: (c) Francesco Montorsi
9 // Licence: wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
12 // ============================================================================
14 // ============================================================================
16 // ----------------------------------------------------------------------------
18 // ----------------------------------------------------------------------------
20 // For compilers that support precompilation, includes "wx/wx.h".
21 #include "wx/wxprec.h"
27 // for all others, include the necessary headers (this file is usually all you
28 // need because it includes almost all "standard" wxWindows headers)
33 // ============================================================================
35 // ============================================================================
37 void MyUtilityFunction()
39 wxPrintf(wxT("Hello world!\n"));