1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00
ACE3/addons/common/CfgWrapperUI.hpp

11 lines
350 B
C++
Raw Normal View History

class CfgWrapperUI {
class Cursors {
class Arrow;
class GVAR(blank): Arrow {
// This texture has a single 99% transparent pixel and is otherwise blank
// The single pixel is necessary, otherwise appears as a black 32 px square
texture = QPATHTOF(data\blank_cursor_ca.paa);
};
};
};