engine: client: ref_common: slight refactoring, reorder ref_state_t

This commit is contained in:
Alibek Omarov 2024-05-06 01:59:37 +03:00
parent b447ea9c18
commit e19aa001b2

View file

@ -22,13 +22,12 @@ GNU General Public License for more details.
struct ref_state_s struct ref_state_s
{ {
qboolean initialized;
HINSTANCE hInstance; HINSTANCE hInstance;
qboolean initialized;
int numRenderers;
ref_interface_t dllFuncs; ref_interface_t dllFuncs;
// depends on build configuration // depends on build configuration
int numRenderers;
const char **shortNames; const char **shortNames;
const char **readableNames; const char **readableNames;
}; };