9 lines
211 B
C++
9 lines
211 B
C++
#include <hdk/sdl.hpp>
|
|
|
|
#include <hdk/sdl/Application.hpp>
|
|
|
|
namespace {
|
|
// Keep a concrete symbol in this translation unit so coverage artifacts are emitted.
|
|
volatile int kCoverageHeaderAggregationAnchor = 1;
|
|
}
|