12 lines
178 B
C++
12 lines
178 B
C++
|
#pragma once
|
||
|
|
||
|
#include <cstdint>
|
||
|
#include <cstdio>
|
||
|
#include <cstdlib>
|
||
|
|
||
|
#include <test/util.hpp>
|
||
|
#include <irrt_everything.hpp>
|
||
|
|
||
|
/*
|
||
|
Include this header for every test_*.cpp
|
||
|
*/
|