mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 02:27:43 +00:00
integrated zlib and libpng; initial driver work
This commit is contained in:
17
hecl/driver/CToolAdd.hpp
Normal file
17
hecl/driver/CToolAdd.hpp
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef MAIN_CPP
|
||||
#error This file may only be included from main.cpp
|
||||
#endif
|
||||
|
||||
#include "CToolBase.hpp"
|
||||
|
||||
class CToolAdd : public CToolBase
|
||||
{
|
||||
public:
|
||||
CToolAdd(const std::vector<std::string>& args)
|
||||
: CToolBase(argc, argv)
|
||||
{
|
||||
}
|
||||
~CToolAdd()
|
||||
{
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user