Added wxQuantize, wxSplashScreen, wxEffects & added palette to wxImage

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7892 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2000-07-28 17:53:25 +00:00
parent cbb4b02f09
commit 3f4fc7967b
15 changed files with 2138 additions and 0 deletions

7
include/wx/splash.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef _WX_SPLASH_H_BASE_
#define _WX_SPLASH_H_BASE_
#include "wx/generic/splash.h"
#endif
// _WX_SPLASH_H_BASE_