summaryrefslogtreecommitdiff
path: root/src/tests/scenegraph/suite/scenegraph_suite.h
blob: 7a51174dee527cd5430a864c03d85affea03b034 (plain)
1
2
3
4
5
6
7
8
#ifndef ECTOR_SUITE_H
#define ECTOR_SUITE_H

#include <check.h>

void scenegraph_test_nodes(TCase *tc);

#endif