14 lines
130 B
C
14 lines
130 B
C
|
|
#include "templates.h"
|
|
|
|
#include "FirstObject.h"
|
|
#include "SecondObject.h"
|
|
|
|
int templates(void)
|
|
{
|
|
int ret = 0;
|
|
|
|
return ret;
|
|
}
|
|
|