#include "test_constants.h"
Go to the source code of this file.
Variables | |
const char * | g_valid_bmp_file = "test/testmap.bmp" |
const char | g_valid_image_content [] |
const unsigned int | g_valid_image_height = 10 |
const float | g_valid_image_res = 0.1 |
const unsigned int | g_valid_image_width = 10 |
const char * | g_valid_png_file = "test/testmap.png" |
const char* g_valid_bmp_file = "test/testmap.bmp" |
Definition at line 59 of file test_constants.cpp.
const char g_valid_image_content[] |
Definition at line 45 of file test_constants.cpp.
const unsigned int g_valid_image_height = 10 |
Definition at line 39 of file test_constants.cpp.
const float g_valid_image_res = 0.1 |
Definition at line 61 of file test_constants.cpp.
const unsigned int g_valid_image_width = 10 |
Definition at line 38 of file test_constants.cpp.
const char* g_valid_png_file = "test/testmap.png" |
Definition at line 58 of file test_constants.cpp.