mirror of
https://github.com/textmate/textmate.git
synced 2026-01-23 13:47:54 -05:00
14 lines
269 B
C++
14 lines
269 B
C++
#ifndef RENDER_H_V8XB081V
|
|
#define RENDER_H_V8XB081V
|
|
|
|
#include <oak/debug.h>
|
|
#include <theme/theme.h>
|
|
|
|
namespace render
|
|
{
|
|
void fill_rect (CGContextRef context, CGColorRef color, CGRect const& rect);
|
|
|
|
} /* render */
|
|
|
|
#endif /* end of include guard: RENDER_H_V8XB081V */
|