mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-29 18:22:54 +00:00
10 lines
213 B
C
10 lines
213 B
C
#ifndef GLSTUBS_H
|
|
#define GLSTUBS_H
|
|
|
|
#pragma once
|
|
|
|
#define GL_ONE 1
|
|
#define GL_SRC_ALPHA 0x0302
|
|
#define GL_ONE_MINUS_SRC_ALPHA 0x0303
|
|
|
|
#endif // GLSTUBS_H
|