source: nanovis/trunk/imgLoaders/ImageLoaderImpl.cpp @ 5722

Last change on this file since 5722 was 2831, checked in by ldelgass, 12 years ago

Refactor texture classes, misc. cleanups, cut down on header pollution -- still
need to fix header deps in Makefile.in

  • Property svn:eol-style set to native
File size: 196 bytes
Line 
1/* -*- mode: c++; c-basic-offset: 4; indent-tabs-mode: nil -*- */
2#include <stdio.h>
3
4#include "ImageLoaderImpl.h"
5
6ImageLoaderImpl::ImageLoaderImpl()
7{
8}
9
10ImageLoaderImpl::~ImageLoaderImpl()
11{
12}
Note: See TracBrowser for help on using the repository browser.