mirror of
https://github.com/tonytins/bullseye.git
synced 2025-03-25 00:09:06 +00:00
- The desktop version has the score, ect, in the title bar area now while the mobile version remains the same - Capitalized "bullseye" - Used "late" keyword for certain variables - Updated application Id
13 lines
431 B
C++
13 lines
431 B
C++
//
|
|
// Generated file. Do not edit.
|
|
//
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
#include <bitsdojo_window_linux/bitsdojo_window_plugin.h>
|
|
|
|
void fl_register_plugins(FlPluginRegistry* registry) {
|
|
g_autoptr(FlPluginRegistrar) bitsdojo_window_linux_registrar =
|
|
fl_plugin_registry_get_registrar_for_plugin(registry, "BitsdojoWindowPlugin");
|
|
bitsdojo_window_plugin_register_with_registrar(bitsdojo_window_linux_registrar);
|
|
}
|