mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 04:53:36 +00:00
9 lines
131 B
C++
9 lines
131 B
C++
#pragma once
|
|
|
|
class Framework;
|
|
|
|
namespace benchmark
|
|
{
|
|
void RunGraphicsBenchmark(Framework * framework);
|
|
} // namespace benchmark
|