view debug_db.h @ 66:f27a6af6514c

SchedRegister, game_task.h etc...
author tkaito
date Thu, 17 Feb 2011 10:56:56 +0900
parents b31bed246abd
children
line wrap: on
line source

#ifndef INCLUDE_DEBUG_DB
#define INCLUDE_DEBUG_DB

typedef struct DebugDB {
  const char *name;
  int count;

} DebugDB, DebugDBPtr;

#endif