Skip to content

Commit

Permalink
added the missing file that should be part of r5822 for req#941.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Chan authored and pavanbalaji committed May 17, 2013
1 parent 802a49c commit fffd5c6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions include/mpe.h
Expand Up @@ -10,18 +10,10 @@
#ifndef _MPE_INCLUDE
#define _MPE_INCLUDE

#if defined(__cplusplus)
extern "C" {
#endif

#include "mpe_misc.h"
#include "mpe_log.h"
#ifdef MPE_GRAPHICS
#include "mpe_graphics.h"
#endif

#if defined(__cplusplus)
};
#endif

#endif

0 comments on commit fffd5c6

Please sign in to comment.