view include/Menu.h @ 2:1e1b0d280427

commit
author yutaka@localhost.localdomain
date Wed, 07 Apr 2010 05:18:52 +0900
parents 68a98d68d62a
children ec2c1003f9b6
line wrap: on
line source

#ifndef INCLUDED_MENU
#define INCLUDED_MENU

#include "params.h"

task_head_t* menu(int &task_num);

#endif