mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
19 lines
274 B
C++
19 lines
274 B
C++
#include "basic.hpp"
|
|
|
|
#include <algorithm>
|
|
#include <cmath>
|
|
|
|
namespace ace {
|
|
namespace vehicledamage {
|
|
namespace penetration {
|
|
bool basic::process() {
|
|
|
|
|
|
|
|
|
|
|
|
return true;
|
|
}
|
|
}
|
|
}
|
|
} |