mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-25 17:06:11 +00:00
b755ddefda
make include guards consistent. This was SVN commit r5040.
9 lines
90 B
C++
9 lines
90 B
C++
/*
|
|
SGUIScrollBarStyle
|
|
*/
|
|
|
|
#include "precompiled.h"
|
|
#include "GUI.h"
|
|
|
|
using namespace std;
|