|  | GL Studio C++ Runtime API
    | 
#include <gls_glo_file.h>
| Public Attributes | |
| char | magic [4] | 
| 'GLO\0' | |
| int | glsMajor | 
| GL Studio major version. | |
| int | glsMinor | 
| GL Studio minor version. | |
| int | glsBuild | 
| GL Studio build version. | |
| unsigned int | numObjects | 
| Number of objects in this file. | |
| unsigned char | timestamp [GLO_FILE_TIMESTAMP_SIZE] | 
| Time signature for this file. | |
| char | padding [2] | 
| Padding. | |
The GloFileHeader struct. Contains version and timestamp information.