source: trunk/packages/vizservers/nanovis/imgLoaders/BMPImageLoaderImpl.h @ 2798

Last change on this file since 2798 was 2798, checked in by ldelgass, 13 years ago

Add emacs mode magic line in preparation for indentation cleanup

  • Property svn:eol-style set to native
File size: 386 bytes
Line 
1/* -*- mode: c++; c-basic-offset: 4; indent-tabs-mode: nil -*- */
2#ifndef __BMP_IMAGE_LOADER_IMPL_H__
3#define __BMP_IMAGE_LOADER_IMPL_H__
4
5#include <ImageLoaderImpl.h>
6
7class BMPImageLoaderImpl : public ImageLoaderImpl {
8public :
9    BMPImageLoaderImpl();
10    ~BMPImageLoaderImpl();
11
12public :
13    virtual Image* load(const char* fileName);
14
15};
16#endif /* __BMP_IMAGE_LOADER_IMPL_H__ */
Note: See TracBrowser for help on using the repository browser.