aboutsummaryrefslogtreecommitdiff
path: root/Src/Wasabi/api/imgldr/imggen/imggen.h
blob: 9af473d5d37ff14dda1c3f5510080ea1ee712d0a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _IMGGEN_H
#define _IMGGEN_H

#include "../studio/wac.h"

#define WACNAME WACimggen
class WACNAME : public WAComponentClient {
public:
  WACNAME();

  virtual const char *getName() { return "Standard Image Generators"; };
  virtual GUID getGUID();
};
#endif