examples/evas/shooter: Add double include guards to header file.

This commit is contained in:
Stefan Schmidt 2015-07-23 17:03:27 +02:00
parent 7632995c94
commit 02a3ace1ae
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#ifndef EVAS_3D_SHOOTER_H_
#define EVAS_3D_SHOOTER_H_
#ifdef HAVE_CONFIG_H
#include "config.h"
#else
@ -218,3 +220,4 @@ Eina_Bool _horizontal_frame_resolution(Evas_Canvas3D_Node *node, Evas_Real x1, E
Evas_Real z2, Evas_Real *x_move, Evas_Real *z_move);
void _set_ball(Eo *mesh, int p);
#endif