Codebase list stealth / upstream/latest main.ih
upstream/latest

Tree @upstream/latest (Download .tar.gz)

main.ih @upstream/latestraw · history · blame

#include <iostream>

#include <bobcat/argconfig>
#include <bobcat/mstream>

#include "options/options.h"
#include "stealth/stealth.h"

namespace Icmbuild
{
    extern char author[];
    extern char version[];
    extern char years[];
}

using namespace std;
using namespace FBB;