aboutsummaryrefslogtreecommitdiff
path: root/src/saffron_internal.h
blob: 61d4195a721046a186b68e06409d6f0215ab2a3a (plain)
1
2
3
4
5
6
7
8
9
10
/* we could use #pragma once, but we don't because BACK IN MY DAY WE DIDNT HAVE PRAGMA ONCE!!!
 * and also it's not in the C standard, if some lunatic compiles it with a custom standards-comformant compiler this is undefined behaviour 
 * therefore, my response is TOO BAD SO SAD */
#ifndef SAFFRON_INTERNAL_H
#define SAFFRON_INTERNAL_H

extern SaffronWindow **windows;
extern int window_count;

#endif