xlnt/tests/test_drawing.hpp
2014-06-05 16:19:31 -04:00

11 lines
144 B
C++

#pragma once
#include <iostream>
#include <cxxtest/TestSuite.h>
#include <xlnt/xlnt.hpp>
class test_drawing : public CxxTest::TestSuite
{
};