]>
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
7 // Copyright: (c) Francesco Montorsi
8 // Licence: wxWindows licence
9 /////////////////////////////////////////////////////////////////////////////
11 // ============================================================================
13 // ============================================================================
15 // ----------------------------------------------------------------------------
17 // ----------------------------------------------------------------------------
19 // For compilers that support precompilation, includes "wx/wx.h".
20 #include "wx/wxprec.h"
26 // for all others, include the necessary headers (this file is usually all you
27 // need because it includes almost all "standard" wxWindows headers)
32 // ============================================================================
34 // ============================================================================
36 void MyUtilityFunction()
38 wxPrintf(wxT("Hello world!\n"));