8 lines
102 B
C
8 lines
102 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
namespace tests {
|
||
|
|
|
||
|
|
int load_and_check_base(const char *path);
|
||
|
|
|
||
|
|
}; //namespace tests
|