10 lines
198 B
C
10 lines
198 B
C
#ifndef centeredmaster_H
|
|
#define centeredmaster_H
|
|
|
|
static void centeredmaster(Monitor *m);
|
|
static void centeredfloatingmaster(Monitor *m);
|
|
|
|
#include "centeredmaster.c"
|
|
|
|
|
|
#endif // !centeredmaster.h
|