6 lines
99 B
C++
6 lines
99 B
C++
#pragma once
|
|
|
|
#include "precompiled.h"
|
|
|
|
void images(std::span<std::string_view const> const args);
|