SC_InitData_InitWithSizeAndVersion()
Method used by SC_InitData_Init to do the initialization properly.
Synopsis:
#include <scoreloop/sc_init.h>
void SC_InitData_InitWithSizeAndVersion(SC_InitData_t *initData, unsigned int initDataSize, int currentVersion)
Arguments:
- *initData
-
pointer to SC_InitData_t
- initDataSize
-
int representing the size of the SC_InitData
- currentVersion
-
int representing the current version of SC_InitData
Library:
libscoreloopcoreDescription:
This method is used internally by the method SC_InitData_Init to do the initialization properly. It initializes the data size and currentversion too.