thunderbrew/src/gx/Gx.hpp

22 lines
345 B
C++
Raw Normal View History

2023-01-02 13:17:18 -06:00
#ifndef GX_GX_HPP
#define GX_GX_HPP
#include "gx/CGxCaps.hpp"
#include "gx/CGxFormat.hpp"
#include "gx/Types.hpp"
#include <cstdint>
class CRect;
extern const char** g_gxShaderProfileNames[GxShTargets_Last];
CGxCaps* GxCaps(void);
bool GxCapsWindowHasFocus(int32_t);
void GxCapsWindowSize(CRect&);
void GxFormatColor(CImVector&);
#endif