mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-11 14:22:58 -06:00
13 lines
No EOL
208 B
C++
13 lines
No EOL
208 B
C++
#include "LionBenchmark.h"
|
|
|
|
void SomeRocks(Painter& sw)
|
|
{
|
|
static Painting rocks;
|
|
|
|
ONCELOCK {
|
|
rocks.Serialize(FileIn(GetDataFile("SomeRocks.painting")));
|
|
}
|
|
|
|
sw.EvenOdd();
|
|
sw.Paint(rocks);
|
|
} |