Files
bluflame/4kgfx/stdafx.h
2026-04-18 22:31:51 +02:00

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;