tahoma2d/toonz/sources/toonzlib/tcleanuppreprocessor.h
2016-05-17 00:04:11 +09:00

10 lines
145 B
C

#pragma once
#ifndef TCLEANUP_PREPROCESSOR_H
#define TCLEANUP_PREPROCESSOR_H
#include "traster.h"
void foobar(const TRaster32P &ras);
#endif