You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
322 B

/**
* @file align_add.h
*
* @author Guy Maurel
* split from align.cpp
* @author Ben Gardner
* @license GPL v2+
*/
#ifndef ALIGN_ADD_H_INCLUDED
#define ALIGN_ADD_H_INCLUDED
#include "chunk.h"
#include "ChunkStack.h"
void align_add(ChunkStack &cs, Chunk *pc, size_t &max_col);
#endif /* ALIGN_ADD_H_INCLUDED */