10 lines
170 B
C++
10 lines
170 B
C++
|
#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
|
||
|
|