root/src/apps/showimage/ShowImageConstants.h
/*
 * Copyright 2003-2007, Haiku, Inc. All Rights Reserved.
 * Distributed under the terms of the MIT License.
 *
 * Authors:
 *              Fernando Francisco de Oliveira
 *              Michael Wilber
 *              Michael Pfeiffer
 *              Ryan Leavengood
 */
#ifndef SHOW_IMAGE_CONSTANTS_H
#define SHOW_IMAGE_CONSTANTS_H


#include <SupportDefs.h>


enum {
        MSG_UNDO_STATE                          = 'mUNS',
        MSG_PRINT                                       = 'mPRT'
};


#endif  // SHOW_IMAGE_CONSTANTS_H