* Sync to trunk HEAD (r53318).
[reactos.git] / base / applications / screensavers / 3dtext / 3dtext.h
index 10cd1aa..d3e4b5f 100644 (file)
 
 //////////////////////////////////////////////////////////////////
 
+#include <windows.h>
+#include <scrnsave.h>
+#include <math.h>
+#include <GL/gl.h>
+#include <GL/glu.h>
+#include <tchar.h>
+
+#include "resource.h"
+
 extern TCHAR m_Text[MAX_PATH];
 
 VOID LoadSettings(VOID);