engine: client: ref_common: slight refactoring, reorder ref_state_t
This commit is contained in:
parent
b447ea9c18
commit
e19aa001b2
1 changed files with 8 additions and 9 deletions
|
@ -22,13 +22,12 @@ GNU General Public License for more details.
|
|||
|
||||
struct ref_state_s
|
||||
{
|
||||
qboolean initialized;
|
||||
|
||||
HINSTANCE hInstance;
|
||||
qboolean initialized;
|
||||
int numRenderers;
|
||||
ref_interface_t dllFuncs;
|
||||
|
||||
// depends on build configuration
|
||||
int numRenderers;
|
||||
const char **shortNames;
|
||||
const char **readableNames;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue