This repository has been archived on 2024-06-01. You can view files and clone it, but cannot push or open issues or pull requests.
cathook/include/hooks/PaintTraverse.hpp
2017-12-02 17:30:51 +03:00

19 lines
330 B
C++

/*
* PaintTraverse.h
*
* Created on: Jan 8, 2017
* Author: nullifiedcat
*/
#ifndef PAINTTRAVERSE_H_
#define PAINTTRAVERSE_H_
class CatVar;
extern CatVar no_zoom;
extern CatVar clean_screenshots;
extern CatVar disable_visuals;
void PaintTraverse_hook(void *, unsigned int, bool, bool);
#endif /* PAINTTRAVERSE_H_ */