keygendr32/Keygender32/Starfield.h
2024-03-20 23:09:10 -07:00

14 lines
443 B
C

#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;