Working with sgCore.
To use the sgCore library in your project properly you should do the following:
1) Include the library - sgCore.lib
2) Include the header file - sgCore.h
3) Initialize the library by calling the sgInitKernel() function
4) In order to prevent memory leakage you should finish working with the library by calling the sgFreeKernel() function