]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stubs/private.h
Added stub include files; also a couple more Dialog Editor files.
[wxWidgets.git] / include / wx / stubs / private.h
diff --git a/include/wx/stubs/private.h b/include/wx/stubs/private.h
new file mode 100644 (file)
index 0000000..922c172
--- /dev/null
@@ -0,0 +1,21 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        private.h
+// Purpose:     Private declarations
+// Author:      AUTHOR
+// Modified by:
+// Created:     ??/??/98
+// RCS-ID:      $Id$
+// Copyright:   (c) AUTHOR
+// Licence:    wxWindows licence
+/////////////////////////////////////////////////////////////////////////////
+
+#ifndef _WX_PRIVATE_H_
+#define _WX_PRIVATE_H_
+
+#include "wx/defs.h"
+
+/* TODO: put any private declarations here.
+ */
+
+#endif
+    // _WX_PRIVATE_H_