keygendr32/Keygender32/Starfield.h

14 lines
443 B
C
Raw Normal View History

2024-03-21 06:09:10 +00:00
#pragma once
#define STARFIELD_CLASS _T("Starfield")
// Initializes the Starfield control. This is required before creating
// a Starfield control using STARFIELD_CLASS.
void InitStarfieldControl(HINSTANCE);
// Removes the Starfield control class.
void DeinitStarfieldControl(HINSTANCE);
// Defined by InitStarFieldControl. Send this message to define the
// rough framerate the control tries to render at.
UINT WMU_FRAMERATE;