mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
11 lines
350 B
C++
11 lines
350 B
C++
|
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);
|
||
|
};
|
||
|
};
|
||
|
};
|