mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-22 16:48:40 +00:00
3d26549032
This was SVN commit r3802.
11 lines
120 B
C++
11 lines
120 B
C++
/*
|
|
SGUIScrollBarStyle
|
|
by Gustav Larsson
|
|
gee@pyro.nu
|
|
*/
|
|
|
|
#include "precompiled.h"
|
|
#include "GUI.h"
|
|
|
|
using namespace std;
|