libdgl/TEST/PSET.H

10 lines
170 B
C++
Raw Permalink Normal View History

2018-04-30 18:23:39 -04:00
#ifndef DGL_TEST_PSET_H_INCLUDED
#define DGL_TEST_PSET_H_INCLUDED
void test_pixels_1(void);
void test_pixels_2(void);
void test_pixels_clipping(void);
#endif