8 lines
84 B
C++
Executable File
8 lines
84 B
C++
Executable File
#include "layer.h"
|
|
|
|
#include "application.h"
|
|
|
|
|
|
Layer::Layer() {}
|
|
|
|
Layer::~Layer() {} |