New placement header
This commit is contained in:
parent
6db1406d68
commit
c4a7f91d56
18 changed files with 28 additions and 4 deletions
|
|
@ -1,3 +1,5 @@
|
|||
#include "NewPlacement.hpp"
|
||||
|
||||
#include "CmdLineInterpreter.hpp"
|
||||
|
||||
#define MAX_LINE_LENGTH 1024
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
#include "NewPlacement.hpp"
|
||||
|
||||
#include "CommandLine.hpp"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
#include "NewPlacement.hpp"
|
||||
|
||||
#include "Tests.hpp"
|
||||
|
||||
using namespace tp;
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
#include "NewPlacement.hpp"
|
||||
|
||||
#include "Tests.hpp"
|
||||
#include "CmdLineInterpreter.hpp"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#include "NewPlacement.hpp"
|
||||
|
||||
#include "Tests.hpp"
|
||||
|
||||
|
||||
int main() {
|
||||
|
||||
tp::ModuleManifest* deps[] = { &tp::gModuleUtils, &tp::gModuleTokenizer, nullptr };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue