examples/evas/shooter: Move image path into file that uses them.
authorStefan Schmidt <stefan@osg.samsung.com>
Thu, 23 Jul 2015 15:11:23 +0000 (17:11 +0200)
committerStefan Schmidt <stefan@osg.samsung.com>
Thu, 23 Jul 2015 15:11:23 +0000 (17:11 +0200)
commit4ab46f0d1fd4c42a3ea68a38f696571e6b439455
tree76329e2e283d07c32e994c4c717455e5c08a893c
parent02a3ace1ae403d3847aa38ff90ff453f016b89a6
examples/evas/shooter: Move image path into file that uses them.

The evas-3d-shooter-header.h is used by two binaries. One is using these image
path and the other not. Which means that we get a bunch of warnings thrown at
us during the compile of the binary which does not use them as unused variables.
Solve this by having them only in the place where they are actually used.
src/examples/evas/shooter/evas-3d-shooter-header.h
src/examples/evas/shooter/evas-3d-shooter.c