My Project
 
Loading...
Searching...
No Matches
cellemitter.h
Go to the documentation of this file.
1#pragma once
2
3#include "emitter.h"
4
6public:
7 static Emitter* get(int cell);
8 static Emitter* center(int cell);
9 static Emitter* bottom(int cell);
10};
Definition cellemitter.h:5
static Emitter * center(int cell)
Definition cellemitter.cpp:15
static Emitter * get(int cell)
Definition cellemitter.cpp:5
static Emitter * bottom(int cell)
Definition cellemitter.cpp:25