ultimatepp/benchmarks/LionBenchmark/SomeRocks.cpp
cxl 2765aa8a11 .benchmarks
git-svn-id: svn://ultimatepp.org/upp/trunk@12541 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-11-15 11:38:37 +00:00

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);
}