From c1b01c0d5d2f2bb5108df910b2376d45314e7335 Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 21 Jun 2022 19:53:18 +0200 Subject: Added new comment to examples --- examples/core/core_loading_thread.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'examples/core/core_loading_thread.c') diff --git a/examples/core/core_loading_thread.c b/examples/core/core_loading_thread.c index 773ad2ea..20e032b4 100644 --- a/examples/core/core_loading_thread.c +++ b/examples/core/core_loading_thread.c @@ -27,6 +27,9 @@ static void *LoadDataThread(void *arg); // Loading data thread function decl static int dataProgress = 0; // Data progress accumulator +//------------------------------------------------------------------------------------ +// Program main entry point +//------------------------------------------------------------------------------------ int main(void) { // Initialization -- cgit v1.2.3