11 lines
170 B
C
11 lines
170 B
C
#pragma once
|
|
|
|
#include "smallwin.h"
|
|
#include <GL/gl.h>
|
|
#include "glext.h"
|
|
#include "vecmath.h"
|
|
#include "ogl3.h"
|
|
#include "mesh.h"
|
|
|
|
extern unsigned int currentProgramId;
|