Created
December 8, 2012 12:33
-
-
Save wouterds/4240102 to your computer and use it in GitHub Desktop.
[PhotoBooth vb] Embedded images
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Created with IntelliJ IDEA. | |
* User: wouter | |
* Date: 09/10/12 | |
* Time: 18:52 | |
* To change this template use File | Settings | File Templates. | |
*/ | |
package be.devine.cp3.photobooth { | |
public class Library { | |
[Embed(source="/../embeds/arrow_next.gif")] | |
public static const ArrowNextGif:Class; | |
[Embed(source="/../embeds/arrow_previous.gif")] | |
public static const ArrowPreviousGif:Class; | |
[Embed(source="/../embeds/picture.png")] | |
public static const PicturePng:Class; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment