GCP Assignment 1
|
#include <SDL.h>
#include <SDL_mixer.h>
#include <SDL_ttf.h>
#include <iostream>
#include <windows.h>
#include "GL/glew.h"
#include "PGGAssignment2Code/StateManager.h"
#include "States/MainState.h"
Functions | |
_declspec (dllexport) DWORD NvOptimusEnablement=0x00000001 | |
bool | InitGL () |
int | main (int argc, char *argv[]) |
|
pure virtual |
bool InitGL | ( | ) |
int main | ( | int | argc, |
char * | argv[] | ||
) |