diff --git a/COPYRIGHT.txt b/COPYRIGHT.txt index 406e23b58d18..c61286bf66bf 100644 --- a/COPYRIGHT.txt +++ b/COPYRIGHT.txt @@ -34,6 +34,8 @@ # building them into the Godot binary, you may remove the corresponding # license details from this file. +#testing what it looks like when I make a change + ----------------------------------------------------------------------- Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ diff --git a/tests/Modules/Enet/test_enet.h b/tests/Modules/Enet/test_enet.h new file mode 100644 index 000000000000..130a75f7c297 --- /dev/null +++ b/tests/Modules/Enet/test_enet.h @@ -0,0 +1,12 @@ +#ifndef TEST_ENET_H +#define TEST_ENET_H + +#include "tests/test_macros.h" + +namespace TestEnet { + + void check_connection_creation(); + void check_packeds_received(); + void check_destroy(); + void check_flush(); +} \ No newline at end of file