From b01c2cb4794e790fccf54bf1f91b82040e4bc420 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Hord=C3=A9?= Date: Mon, 2 Apr 2007 13:37:07 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20d=C3=A9claration=20de=20fonctions=20aya?= =?UTF-8?q?nt=20rapport=20avec=20la=20gestion=20du=20timer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/timer.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 include/timer.h diff --git a/include/timer.h b/include/timer.h new file mode 100644 index 0000000..6ac62ae --- /dev/null +++ b/include/timer.h @@ -0,0 +1 @@ +void timer();